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

References

lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  636     auto W = SIW.getSuccessorWeight(CaseI->getSuccessorIndex());
  639     SIW.removeCase(CaseI);
  751                      SIW.getSuccessorWeight(Case.getSuccessorIndex()));
  756       auto W = SIW.getSuccessorWeight(Case.getSuccessorIndex());
  786     SIW.eraseFromParent();
  798     SIW.setSuccessorWeight(
  799         0, SIW.getSuccessorWeight(LastCaseI->getSuccessorIndex()));
  800     SIW.removeCase(LastCaseI);