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

References

lib/Target/ARM/ARMLowOverheadLoops.cpp
  269         Dec = &MI;
  282       if (!Dec || End)
  303     if (Dec && End && Revert)
  308              if (Dec) dbgs() << "ARM Loops: Found Loop Dec: " << *Dec;
  308              if (Dec) dbgs() << "ARM Loops: Found Loop Dec: " << *Dec;
  311   if (!Start && !Dec && !End) {
  314   } else if (!(Start && Dec && End)) {
  351   Expand(ML, Start, InsertPt, Dec, End, Revert);