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

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

Completed in 171 milliseconds