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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1974   for (auto *ExitBB : ExitBlocks) {
 2030         L, LoopPH, SplitBB, ExitBlocks, ParentBB, SuccBB, RetainedSuccBB,
 2086         MSSAU->updateForClonedLoop(LBRPO, ExitBlocks, *VMap,
 2088       MSSAU->updateExitBlocksForClonedLoop(ExitBlocks, VMaps, DT);
 2151         MSSAU->updateForClonedLoop(LBRPO, ExitBlocks, *VMap,
 2153       MSSAU->updateExitBlocksForClonedLoop(ExitBlocks, VMaps, DT);
 2164   deleteDeadClonedBlocks(L, ExitBlocks, VMaps, DT, MSSAU);
 2171     buildClonedLoops(L, ExitBlocks, *VMap, LI, NonChildClonedLoops);
 2176   deleteDeadBlocksFromLoop(L, ExitBlocks, DT, LI, MSSAU);
 2182   bool IsStillLoop = rebuildLoopAfterUnswitch(L, ExitBlocks, LI, HoistedLoops);