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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1356 PHINode *BestPhi = 0; local
1405 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) {
1419 else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType()))
1422 BestPhi = Phi;
1425 return BestPhi;

Completed in 105 milliseconds