Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1451 PHINode *BestPhi = 0; in FindLoopCounter() local
1483 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()
1497 if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()
1500 BestPhi = Phi; in FindLoopCounter()
1503 return BestPhi; in FindLoopCounter()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1751 PHINode *BestPhi = nullptr; in FindLoopCounter() local
1801 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()
1815 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType())) in FindLoopCounter()
1818 BestPhi = Phi; in FindLoopCounter()
1821 return BestPhi; in FindLoopCounter()