Home
last modified time | relevance | path

Searched refs:PrevExitL (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1893 Loop *PrevExitL = L.getParentLoop(); // The deepest possible exit loop. in rebuildLoopAfterUnswitch() local
1918 for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
1919 RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks); in rebuildLoopAfterUnswitch()
1967 for (; PrevExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
1968 RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks); in rebuildLoopAfterUnswitch()