Searched refs:setParentPad (Results 1 – 6 of 6) sorted by relevance
659 void FuncletPadInst::setParentPad(Value *ParentPad) { in setParentPad() function in llvm::sandboxir::FuncletPadInst662 &FuncletPadInst::setParentPad>>(this); in setParentPad()663 cast<llvm::FuncletPadInst>(Val)->setParentPad(ParentPad->Val); in setParentPad()1056 void CatchSwitchInst::setParentPad(Value *ParentPad) { in setParentPad() function in llvm::sandboxir::CatchSwitchInst1059 &CatchSwitchInst::setParentPad>>(this); in setParentPad()1060 cast<llvm::CatchSwitchInst>(Val)->setParentPad(ParentPad->Val); in setParentPad()
1577 LLVM_ABI void setParentPad(Value *ParentPad);1768 LLVM_ABI void setParentPad(Value *ParentPad);
3080 CatchSwitch->setParentPad(CallSiteEHPad); in InlineFunction()3084 FPI->setParentPad(CallSiteEHPad); in InlineFunction()
2392 void setParentPad(Value *ParentPad) {
4152 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); }
1158 setParentPad(ParentPad); in init()1167 setParentPad(FPI.getParentPad()); in FuncletPadInst()