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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  367       Invariants = collectHomogenousInstGraphLoopInvariants(L, *CondInst, LI);
  418     if (Loop *ExitL = LI.getLoopFor(LoopExitBB))
  432   BasicBlock *NewPH = SplitEdge(OldPH, L.getHeader(), &DT, &LI, MSSAU);
  445         SplitBlock(LoopExitBB, &LoopExitBB->front(), &DT, &LI, MSSAU);
  535     hoistLoopToNewParent(L, *NewPH, DT, LI, MSSAU);