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

References

lib/CodeGen/MachineSink.cpp
  311   LI = &getAnalysis<MachineLoopInfo>();
  480   if (LI->getLoopFor(FromBB) == LI->getLoopFor(ToBB) &&
  480   if (LI->getLoopFor(FromBB) == LI->getLoopFor(ToBB) &&
  481       LI->isLoopHeader(ToBB))
  554   if (LI->getLoopDepth(MBB) > LI->getLoopDepth(SuccToSinkTo))
  554   if (LI->getLoopDepth(MBB) > LI->getLoopDepth(SuccToSinkTo))
  616                             : LI->getLoopDepth(L) < LI->getLoopDepth(R);
  616                             : LI->getLoopDepth(L) < LI->getLoopDepth(R);
  910     if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) {