Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp935 for (auto &Funclet : FuncletBlocks) { in removeImplausibleInstructions() local
936 BasicBlock *FuncletPadBB = Funclet.first; in removeImplausibleInstructions()
937 std::vector<BasicBlock *> &BlocksInFunclet = Funclet.second; in removeImplausibleInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3665 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i);
3668 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3249 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i) { in LLVMGetArgOperand() argument
3250 return wrap(unwrap<FuncletPadInst>(Funclet)->getArgOperand(i)); in LLVMGetArgOperand()
3253 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value) { in LLVMSetArgOperand() argument
3254 unwrap<FuncletPadInst>(Funclet)->setArgOperand(i, unwrap(value)); in LLVMSetArgOperand()