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

References

lib/Transforms/Scalar/IndVarSimplify.cpp
 2258   assert(LatchBlock && "Must be in simplified form");
 2285       Value *IncPhi = Phi->getIncomingValueForBlock(LatchBlock);
 2305     if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) {
 2307       if (AlmostDeadIV(Phi, LatchBlock, Cond))