Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp976 static Value *getCopyOf(const Value *V) { in getCopyOf() function
985 return V == PN || getCopyOf(V) == PN; in isCopyOfPHI()
989 auto *CO = getCopyOf(V); in isCopyOfAPHI()