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

References

lib/Transforms/Utils/LowerSwitch.cpp
  416     for (CaseItr J = std::next(I), E = Cases.end(); J != E; ++J) {
  416     for (CaseItr J = std::next(I), E = Cases.end(); J != E; ++J) {
  417       int64_t nextValue = J->Low->getSExtValue();
  419       BasicBlock* nextBB = J->BB;
  426         I->High = J->High;
  428       } else if (++I != J) {
  429         *I = *J;