Home
last modified time | relevance | path

Searched defs:ExitL (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp421 if (Loop *ExitL = LI.getLoopFor(ExitBB)) in hoistLoopToNewParent() local
584 if (const Loop *ExitL = getTopMostExitingLoop(LoopExitBB, LI)) in unswitchTrivialBranch() local
797 Loop *ExitL = getTopMostExitingLoop(DefaultExitBB, LI); unswitchTrivialSwitch() local
804 Loop *ExitL = getTopMostExitingLoop(CaseI->getCaseSuccessor(), LI); unswitchTrivialSwitch() local
1432 if (Loop *ExitL = LI.getLoopFor(ExitBB)) { buildClonedLoops() local
1586 Loop *ExitL = ExitLoopMap.lookup(ExitBB); buildClonedLoops() local
1908 if (Loop *ExitL = LI.getLoopFor(ExitBB)) { rebuildLoopAfterUnswitch() local
1988 Loop &ExitL = *LI.getLoopFor(ExitBB); rebuildLoopAfterUnswitch() local
[all...]