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

References

lib/Transforms/Utils/LowerSwitch.cpp
  220     for (; Idx != E; ++Idx) {
  220     for (; Idx != E; ++Idx) {
  221       if (PN->getIncomingBlock(Idx) == OrigBB) {
  222         PN->setIncomingBlock(Idx, NewBB);
  230     for (++Idx; LocalNumMergedCases > 0 && Idx < E; ++Idx)
  230     for (++Idx; LocalNumMergedCases > 0 && Idx < E; ++Idx)
  230     for (++Idx; LocalNumMergedCases > 0 && Idx < E; ++Idx)
  231       if (PN->getIncomingBlock(Idx) == OrigBB) {
  232         Indices.push_back(Idx);