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

References

lib/CodeGen/ShrinkWrap.cpp
  194     MLI = &getAnalysis<MachineLoopInfo>();
  403           MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
  403           MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
  415         (MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
  415         (MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
  416       if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) {
  416       if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) {
  426         MLI->getLoopFor(Restore)->getExitingBlocks(ExitBlocks);
  438         if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore))
  438         if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore))
  471   if (containsIrreducibleCFG<MachineBasicBlock *>(RPOT, *MLI)) {