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

References

include/llvm/IR/Instructions.h
 4533     return getCatchPad()->getCatchSwitch()->getParentPad();
lib/Bitcode/Writer/BitcodeWriter.cpp
 2820     pushValue(CatchSwitch.getParentPad(), InstID, Vals);
lib/CodeGen/WasmEHPrepare.cpp
  330   if (isa<ConstantTokenNone>(CPI->getCatchSwitch()->getParentPad()))
lib/CodeGen/WinEHPrepare.cpp
  224     if (CatchSwitch->getParentPad() != ParentPad)
  254                                                CatchSwitch->getParentPad())))
  367                                                CatchSwitch->getParentPad())))
  417     return isa<ConstantTokenNone>(CatchSwitch->getParentPad()) &&
  513       ParentPad = CSI->getParentPad();
  636           UserUnwindParent = CSI->getParentPad();
lib/IR/AsmWriter.cpp
 3797     writeOperand(CatchSwitch->getParentPad(), /*PrintType=*/false);
lib/IR/Instructions.cpp
 1018   init(CSI.getParentPad(), CSI.getUnwindDest(), CSI.getNumOperands());
lib/IR/Verifier.cpp
 3583   return cast<CatchSwitchInst>(EHPad)->getParentPad();
 3937   auto *ParentPad = CatchSwitch.getParentPad();
lib/Transforms/Coroutines/CoroFrame.cpp
  558       CleanupPadInst::Create(CatchSwitch->getParentPad(), {}, "", CurrentBlock);
  858     ParentPad = CatchSwitch->getParentPad();
lib/Transforms/Utils/InlineFunction.cpp
  221   return cast<CatchSwitchInst>(EHPad)->getParentPad();
  703                 dyn_cast<Instruction>(CatchSwitch->getParentPad())) {
  726             CatchSwitch->getParentPad(), UnwindDest,
 2102         if (isa<ConstantTokenNone>(CatchSwitch->getParentPad()))
lib/Transforms/Utils/Local.cpp
 2191         CatchSwitch->getParentPad(), nullptr, CatchSwitch->getNumHandlers(),