Home
last modified time | relevance | path

Searched refs:Funclet (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp948 for (auto &Funclet : FuncletBlocks) { in removeImplausibleInstructions() local
949 BasicBlock *FuncletPadBB = Funclet.first; in removeImplausibleInstructions()
950 std::vector<BasicBlock *> &BlocksInFunclet = Funclet.second; in removeImplausibleInstructions()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h3802 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i);
3805 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value);
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp3306 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i) { in LLVMGetArgOperand() argument
3307 return wrap(unwrap<FuncletPadInst>(Funclet)->getArgOperand(i)); in LLVMGetArgOperand()
3310 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value) { in LLVMSetArgOperand() argument
3311 unwrap<FuncletPadInst>(Funclet)->setArgOperand(i, unwrap(value)); in LLVMSetArgOperand()
/llvm-project-15.0.7/llvm/docs/
H A DExceptionHandling.rst711 Funclet parent tokens
781 Funclet transitions
H A DLangRef.rst2467 Funclet Operand Bundles
2470 Funclet operand bundles are characterized by the ``"funclet"``