Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1728 PHINode *BestPhi = nullptr; in FindLoopCounter() local
1778 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()
1792 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()
1795 BestPhi = Phi; in FindLoopCounter()
1798 return BestPhi; in FindLoopCounter()