Lines Matching defs:MLI
135 MachineLoopInfo *MLI = nullptr;
232 MLI = &getAnalysis<MachineLoopInfoWrapperPass>().getLI();
640 MLI->getLoopFor(NewSave)))
670 assert((!MLI->getLoopFor(Save) && !MLI->getLoopFor(Restore)) &&
751 MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
762 if (Restore && (MLI->getLoopFor(Save) || MLI->getLoopFor(Restore))) {
763 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) {
773 MLI->getLoopFor(Restore)->getExitingBlocks(ExitBlocks);
785 if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore))
927 if (containsIrreducibleCFG<MachineBasicBlock *>(RPOT, *MLI)) {