Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DWinEHPrepare.cpp945 for (auto &Funclet : FuncletBlocks) { in removeImplausibleInstructions() local
946 BasicBlock *FuncletPadBB = Funclet.first; in removeImplausibleInstructions()
947 std::vector<BasicBlock *> &BlocksInFunclet = Funclet.second; in removeImplausibleInstructions()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h3801 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i);
3804 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp3268 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i) { in LLVMGetArgOperand() argument
3269 return wrap(unwrap<FuncletPadInst>(Funclet)->getArgOperand(i)); in LLVMGetArgOperand()
3272 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value) { in LLVMSetArgOperand() argument
3273 unwrap<FuncletPadInst>(Funclet)->setArgOperand(i, unwrap(value)); in LLVMSetArgOperand()
/openbsd/src/gnu/llvm/llvm/docs/
DExceptionHandling.rst646 Funclet parent tokens
716 Funclet transitions
DLangRef.rst2472 Funclet Operand Bundles
2475 Funclet operand bundles are characterized by the ``"funclet"``