Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dpr33014.ll1 ; Make sure we don't end up in an infinite recursion in singleReachablePHIPath().
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp828 bool singleReachablePHIPath(SmallPtrSet<const MemoryAccess *, 8> &,
3143 bool NewGVN::singleReachablePHIPath( in singleReachablePHIPath() function in NewGVN
3182 return singleReachablePHIPath(Visited, cast<MemoryAccess>(OperandList[0]), in singleReachablePHIPath()
3250 assert((singleReachablePHIPath(VisitedMAS, FirstMUD, SecondMUD) || in verifyMemoryCongruency()