Home
last modified time | relevance | path

Searched refs:getCopyOf (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp941 static Value *getCopyOf(const Value *V) { in getCopyOf() function
950 return V == PN || getCopyOf(V) == PN; in isCopyOfPHI()
954 auto *CO = getCopyOf(V); in isCopyOfAPHI()