Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1478 static bool checkIsIndPhi(PHINode *Phi, Loop *L, ScalarEvolution *SE, in checkIsIndPhi() function
1549 if (!checkIsIndPhi(IndPhi, L, SE, ID)) in rewriteLoopExitValues()
1570 if (Phi != PN && !checkIsIndPhi(Phi, L, SE, ID)) in rewriteLoopExitValues()