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

References

lib/Target/ARM/ARMLowOverheadLoops.cpp
  500     if (Start->getOpcode() == ARM::t2WhileLoopStart)
  501       RevertWhile(Start);
  503       Start->eraseFromParent();
  507     Start = ExpandLoopStart(ML, Start, InsertPt);
  507     Start = ExpandLoopStart(ML, Start, InsertPt);
  508     RemoveDeadBranch(Start);