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

References

lib/Analysis/BlockFrequencyInfoImpl.cpp
  777   assert((OuterLoop == nullptr) == (Insert == Loops.begin()));
  778   auto Prev = OuterLoop ? std::prev(Insert) : Loops.end();
  785     createIrreducibleLoop(*this, G, OuterLoop, Insert, *I);
  788   if (OuterLoop)