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

References

lib/Transforms/Scalar/LoopInterchange.cpp
 1460       dyn_cast<BranchInst>(OuterLoopLatch->getTerminator());
 1487   updateSuccessor(OuterLoopHeaderBI, OuterLoopLatch, LoopExit, DTUpdates);
 1523                 OuterLoopHeader, OuterLoopLatch, InnerLoop->getExitBlock());
 1526   OuterLoopLatchSuccessor->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch);
 1554   OuterLoopHeader->replacePhiUsesWith(InnerLoopLatch, OuterLoopLatch);
 1556   InnerLoopHeader->replacePhiUsesWith(OuterLoopLatch, InnerLoopLatch);