Lines Matching refs:getLoopFor
837 if (Loop *BBLoop = LI->getLoopFor(BB)) { in ehAwareSplitEdge()
851 if (LI->getLoopFor(P) != BBLoop) { in ehAwareSplitEdge()
920 if (Loop *BBLoop = LI->getLoopFor(BB)) { in ehAwareSplitEdge()
923 if (Loop *SuccLoop = LI->getLoopFor(Succ)) { in ehAwareSplitEdge()
1038 if (Loop *L = LI->getLoopFor(Old)) in SplitBlockImpl()
1103 if (Loop *L = LI->getLoopFor(Old)) in splitBlockBefore()
1181 Loop *L = LI->getLoopFor(OldBB); in UpdateAnalysisInformation()
1197 if (Loop *PL = LI->getLoopFor(Pred)) in UpdateAnalysisInformation()
1222 if (Loop *PredLoop = LI->getLoopFor(Pred)) { in UpdateAnalysisInformation()
1347 L = LI->getLoopFor(BB); in SplitBlockPredecessorsImpl()
1397 Loop *IL = LI->getLoopFor(OldLatch); in SplitBlockPredecessorsImpl()
1708 if (Loop *L = LI->getLoopFor(Head); L) { in SplitBlockAndInsertIfThenElse()