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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1300 PHINode *BestPhi = 0; local
1336 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) {
1350 if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType()))
1353 BestPhi = Phi;
1356 return BestPhi;

Completed in 43 milliseconds