Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1632 Loop *PrevExitL = L.getParentLoop(); // The deepest possible exit loop. in rebuildLoopAfterUnswitch() local
1657 for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
1658 RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks); in rebuildLoopAfterUnswitch()
1706 for (; PrevExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch()
1707 RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks); in rebuildLoopAfterUnswitch()