Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp710 auto PHIIt = std::find_if(CHIs.begin(), CHIs.end(), in findHoistableCandidates() local
713 while (PrevIt != PHIIt) { in findHoistableCandidates()
720 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); in findHoistableCandidates()
731 PrevIt = PHIIt; in findHoistableCandidates()
732 PHIIt = std::find_if(PrevIt, CHIs.end(), in findHoistableCandidates()