Lines Matching refs:getLoopFor
848 if (Loop *BBLoop = LI->getLoopFor(BB)) { in ehAwareSplitEdge()
862 if (LI->getLoopFor(P) != BBLoop) { in ehAwareSplitEdge()
931 if (Loop *BBLoop = LI->getLoopFor(BB)) { in ehAwareSplitEdge()
934 if (Loop *SuccLoop = LI->getLoopFor(Succ)) { in ehAwareSplitEdge()
1049 if (Loop *L = LI->getLoopFor(Old)) in SplitBlockImpl()
1114 if (Loop *L = LI->getLoopFor(Old)) in splitBlockBefore()
1193 Loop *L = LI->getLoopFor(OldBB); in UpdateAnalysisInformation()
1209 if (Loop *PL = LI->getLoopFor(Pred)) in UpdateAnalysisInformation()
1234 if (Loop *PredLoop = LI->getLoopFor(Pred)) { in UpdateAnalysisInformation()
1359 L = LI->getLoopFor(BB); in SplitBlockPredecessorsImpl()
1409 Loop *IL = LI->getLoopFor(OldLatch); in SplitBlockPredecessorsImpl()
1720 if (Loop *L = LI->getLoopFor(Head); L) { in SplitBlockAndInsertIfThenElse()