Home
last modified time | relevance | path

Searched refs:setParentPad (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp659 void FuncletPadInst::setParentPad(Value *ParentPad) { in setParentPad() function in llvm::sandboxir::FuncletPadInst
662 &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::CatchSwitchInst
1059 &CatchSwitchInst::setParentPad>>(this); in setParentPad()
1060 cast<llvm::CatchSwitchInst>(Val)->setParentPad(ParentPad->Val); in setParentPad()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1577 LLVM_ABI void setParentPad(Value *ParentPad);
1768 LLVM_ABI void setParentPad(Value *ParentPad);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp3080 CatchSwitch->setParentPad(CallSiteEHPad); in InlineFunction()
3084 FPI->setParentPad(CallSiteEHPad); in InlineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h2392 void setParentPad(Value *ParentPad) {
H A DInstructions.h4152 void setParentPad(Value *ParentPad) { setOperand(0, ParentPad); }
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1158 setParentPad(ParentPad); in init()
1167 setParentPad(FPI.getParentPad()); in FuncletPadInst()