reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/IndVarSimplify.cpp
 2305     if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) {
 2305     if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) {
 2319       else if (PhiWidth <= SE->getTypeSizeInBits(BestPhi->getType()))
 2322     BestPhi = Phi;
 2325   return BestPhi;