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

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
  558   auto BrCond = MIB.buildBrCond(Cmp.getReg(0), *JT.Default);
  704   JT->Default = Fallthrough; // FIXME: Move Default to JumpTableHeader.
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2454                                  DAG.getBasicBlock(JT.Default));
10199         JT->Default = Fallthrough; // FIXME: Move Default to JumpTableHeader.
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 1891       if (PHIBB == SDB->SL->JTCases[i].second.Default)