Searched refs:PrevExitL (Results 1 – 1 of 1) sorted by relevance
1982 Loop *PrevExitL = L.getParentLoop(); // The deepest possible exit loop. in rebuildLoopAfterUnswitch() 2007 for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch() 2008 RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks); in rebuildLoopAfterUnswitch() 2056 for (; PrevExitL; PrevExitL = PrevExitL->getParentLoop()) in rebuildLoopAfterUnswitch() 2057 RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks); in rebuildLoopAfterUnswitch() 1981 Loop *PrevExitL = L.getParentLoop(); // The deepest possible exit loop. rebuildLoopAfterUnswitch() local