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

References

lib/Transforms/Scalar/LoopUnswitch.cpp
 1237                     << loopHeader->getName() << " [" << L->getBlocks().size()
 1244     SEWP->getSE().forgetTopmostLoop(L);
 1259   LoopBlocks.insert(LoopBlocks.end(), L->block_begin(), L->block_end());
 1259   LoopBlocks.insert(LoopBlocks.end(), L->block_begin(), L->block_end());
 1262   L->getUniqueExitBlocks(ExitBlocks);
 1266   SplitExitEdges(L, ExitBlocks);
 1270   L->getUniqueExitBlocks(ExitBlocks);
 1285     LPM->cloneBasicBlockSimpleAnalysis(LoopBlocks[i], NewBB, L);
 1295   Loop *NewLoop = CloneLoop(L, L->getParentLoop(), VMap, LI, LPM);
 1295   Loop *NewLoop = CloneLoop(L, L->getParentLoop(), VMap, LI, LPM);
 1299   BranchesInfo.cloneData(NewLoop, L, VMap);
 1301   Loop *ParentLoop = L->getParentLoop();
 1360     LoopBlocksRPO LBRPO(L);
 1368   LPM->deleteSimpleAnalysisValue(OldBR, L);
 1392   RewriteLoopBodyWithConditionConstant(L, LIC, Val, false);