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

References

lib/Transforms/Utils/SimplifyCFG.cpp
  683   if (SwitchInst *SI = dyn_cast<SwitchInst>(TI)) {
  685   } else if (BranchInst *BI = dyn_cast<BranchInst>(TI)) {
  688   } else if (IndirectBrInst *IBI = dyn_cast<IndirectBrInst>(TI)) {
  692   TI->eraseFromParent();