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

References

lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  414     if (LI->getLoopFor(BB) != CurLoop)
 2407   deleteDeadLoop(CurLoop, DT, SE, LI);    // And actually delete the loop.
 2511     LI->removeBlock(PreheaderBB);
 2538   Loop *PhonyLoop = LI->AllocateLoop();
 2540   PhonyLoop->addBasicBlockToLoop(DispatchBB, *LI);
 2541   PhonyLoop->addBasicBlockToLoop(ComparedEqualBB, *LI);
 2542   PhonyLoop->addBasicBlockToLoop(ComparedUnequalBB, *LI);