Lines Matching defs:ExitL
421 if (Loop *ExitL = LI.getLoopFor(ExitBB))
422 if (!NewParentL || NewParentL->contains(ExitL))
423 NewParentL = ExitL;
584 if (const Loop *ExitL = getTopMostExitingLoop(LoopExitBB, LI))
585 SE->forgetLoop(ExitL);
800 Loop *ExitL = getTopMostExitingLoop(DefaultExitBB, LI);
801 if (!ExitL || ExitL->contains(OuterL))
802 OuterL = ExitL;
807 Loop *ExitL = getTopMostExitingLoop(CaseI->getCaseSuccessor(), LI);
808 if (!ExitL || ExitL->contains(OuterL))
809 OuterL = ExitL;
1444 if (Loop *ExitL = LI.getLoopFor(ExitBB)) {
1445 ExitLoopMap[ClonedExitBB] = ExitL;
1447 if (!ParentL || (ParentL != ExitL && ParentL->contains(ExitL)))
1448 ParentL = ExitL;
1598 Loop *ExitL = ExitLoopMap.lookup(ExitBB);
1622 bool Inserted = ExitLoopMap.insert({PredBB, ExitL}).second;
1920 if (Loop *ExitL = LI.getLoopFor(ExitBB)) {
1921 ExitLoops.push_back(ExitL);
1923 if (!ParentL || (ParentL != ExitL && ParentL->contains(ExitL)))
1924 ParentL = ExitL;
2000 Loop &ExitL = *LI.getLoopFor(ExitBB);
2001 assert(ExitL.contains(&L) && "Exit loop must contain the inner loop!");
2007 for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop())
2024 ExitL.contains(LI.getLoopFor(PredBB))) &&
2047 LI.changeLoopFor(BB, &ExitL);