Lines Matching defs:MLI
136 MachineLoopInfo *MLI = nullptr;
233 MLI = &getAnalysis<MachineLoopInfoWrapperPass>().getLI();
648 MLI->getLoopFor(NewSave)))
678 assert((!MLI->getLoopFor(Save) && !MLI->getLoopFor(Restore)) &&
759 MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
770 if (Restore && (MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
771 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) {
781 MLI->getLoopFor(Restore)->getExitingBlocks(ExitBlocks);
793 if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore))
935 if (containsIrreducibleCFG<MachineBasicBlock *>(RPOT, *MLI)) {