Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1478 PHINode *BestPhi = nullptr; in FindLoopCounter() local
1528 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()
1542 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()
1545 BestPhi = Phi; in FindLoopCounter()
1548 return BestPhi; in FindLoopCounter()