Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1249 static bool checkIsIndPhi(PHINode *Phi, Loop *L, ScalarEvolution *SE, in checkIsIndPhi() function
1320 if (!checkIsIndPhi(IndPhi, L, SE, ID)) in rewriteLoopExitValues()
1341 if (Phi != PN && !checkIsIndPhi(Phi, L, SE, ID)) in rewriteLoopExitValues()