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

References

lib/Analysis/LoopInfo.cpp
  755     for (Loop *OldParent = Unloop.getParentLoop(); OldParent != OuterParent;
  756          OldParent = OldParent->getParentLoop()) {
  756          OldParent = OldParent->getParentLoop()) {
  757       assert(OldParent && "new loop is not an ancestor of the original");
  758       OldParent->removeBlockFromLoop(*BI);