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

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 2808     pushValue(FuncletPad.getParentPad(), InstID, Vals);
lib/CodeGen/WinEHPrepare.cpp
  230   if (CleanupPad->getParentPad() != ParentPad)
  301                                                CleanupPad->getParentPad()))) {
  403                getEHPadFromPredecessor(PredBlock, CleanupPad->getParentPad())))
  420     return isa<ConstantTokenNone>(CleanupPad->getParentPad()) &&
  511       ParentPad = CPI->getParentPad();
  639               cast<CleanupPadInst>(UserUnwindPad)->getParentPad();
lib/IR/AsmWriter.cpp
 3813     writeOperand(FPI->getParentPad(), /*PrintType=*/false);
lib/IR/Instructions.cpp
 1088   setParentPad(FPI.getParentPad());
lib/IR/Verifier.cpp
 3581     return FPI->getParentPad();
 3722   Assert(isa<CatchSwitchInst>(CPI.getParentPad()),
 3724          CPI.getParentPad());
 3756   auto *ParentPad = CPI.getParentPad();
 3906     if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(FPI.getParentPad())) {
lib/Transforms/Coroutines/CoroFrame.cpp
  856     ParentPad = FuncletPad->getParentPad();
lib/Transforms/Utils/InlineFunction.cpp
  220     return FPI->getParentPad();
 2106         if (isa<ConstantTokenNone>(FPI->getParentPad()))