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

References

include/llvm/Analysis/LoopInfoImpl.h
  315                       OutsideLoopPreds.push_back(B);
  319       assert(!OutsideLoopPreds.empty() && "Loop is unreachable!");
  320     } else if (!OutsideLoopPreds.empty()) {
  326         for (unsigned i = 0, e = OutsideLoopPreds.size(); i != e; ++i)
  327           assert(CB != OutsideLoopPreds[i] &&