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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  615     Loop *ExitL = LI.getLoopFor(DefaultExitBB);
  632     Loop *ExitL = LI.getLoopFor(CaseI->getCaseSuccessor());
  672   BasicBlock *NewPH = SplitEdge(OldPH, L.getHeader(), &DT, &LI, MSSAU);
  696           SplitBlock(DefaultExitBB, &DefaultExitBB->front(), &DT, &LI, MSSAU);
  723       SplitExitBB = SplitBlock(ExitBB, &ExitBB->front(), &DT, &LI, MSSAU);
  828   hoistLoopToNewParent(L, *NewPH, DT, LI, MSSAU);