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.cpp835 PHINode *BestPhi = nullptr; in FindLoopCounter() local
881 if (BestPhi && !isAlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()
895 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()
898 BestPhi = Phi; in FindLoopCounter()
901 return BestPhi; in FindLoopCounter()