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

References

lib/IR/Verifier.cpp
 3924   BasicBlock *BB = CatchSwitch.getParent();
 3929          &CatchSwitch);
 3933   Assert(BB->getFirstNonPHI() == &CatchSwitch,
 3935          &CatchSwitch);
 3937   auto *ParentPad = CatchSwitch.getParentPad();
 3941   if (BasicBlock *UnwindDest = CatchSwitch.getUnwindDest()) {
 3946            &CatchSwitch);
 3950       SiblingFuncletInfo[&CatchSwitch] = &CatchSwitch;
 3950       SiblingFuncletInfo[&CatchSwitch] = &CatchSwitch;
 3953   Assert(CatchSwitch.getNumHandlers() != 0,
 3954          "CatchSwitchInst cannot have empty handler list", &CatchSwitch);
 3956   for (BasicBlock *Handler : CatchSwitch.handlers()) {
 3958            "CatchSwitchInst handlers must be catchpads", &CatchSwitch, Handler);
 3961   visitEHPadPredecessors(CatchSwitch);
 3962   visitTerminator(CatchSwitch);