reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1773     for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop())
 1773     for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop())
 1773     for (; PrevExitL != &ExitL; PrevExitL = PrevExitL->getParentLoop())
 1774       RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks);
 1822   for (; PrevExitL; PrevExitL = PrevExitL->getParentLoop())
 1822   for (; PrevExitL; PrevExitL = PrevExitL->getParentLoop())
 1822   for (; PrevExitL; PrevExitL = PrevExitL->getParentLoop())
 1823     RemoveUnloopedBlocksFromLoop(*PrevExitL, UnloopedBlocks);