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

References

lib/Transforms/Scalar/LoopPredication.cpp
  603   auto *Ty = RangeCheck.IV->getType();
  604   const SCEV *GuardStart = RangeCheck.IV->getStart();
  605   const SCEV *GuardLimit = RangeCheck.Limit;
  626   if (RangeCheck.IV != PostDecLatchCheckIV) {
  629                       << "  and RangeCheckIV: " << *RangeCheck.IV << "\n");