Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1987 Loop *PrevExitL = L.getParentLoop(); // The deepest possible exit loop. in rebuildLoopAfterUnswitch() local
2012 for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
2013 RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks); in rebuildLoopAfterUnswitch()
2061 for (; PrevExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
2062 RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks); in rebuildLoopAfterUnswitch()