Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp844 PHINode *BestPhi = nullptr; in FindLoopCounter() local
890 if (BestPhi && !isAlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()
904 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()
907 BestPhi = Phi; in FindLoopCounter()
910 return BestPhi; in FindLoopCounter()