Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp642 DenseMap<const MachineBasicBlock *, int> &FuncletMembership, int Funclet, in collectFuncletMembers() argument
652 auto P = FuncletMembership.insert(std::make_pair(Visiting, Funclet)); in collectFuncletMembers()
656 assert(P.first->second == Funclet && "MBB is part of two funclets!"); in collectFuncletMembers()
DWinEHPrepare.cpp930 for (auto &Funclet : FuncletBlocks) { in removeImplausibleInstructions() local
931 BasicBlock *FuncletPadBB = Funclet.first; in removeImplausibleInstructions()
932 std::vector<BasicBlock *> &BlocksInFunclet = Funclet.second; in removeImplausibleInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp934 for (auto &Funclet : FuncletBlocks) { in removeImplausibleInstructions() local
935 BasicBlock *FuncletPadBB = Funclet.first; in removeImplausibleInstructions()
936 std::vector<BasicBlock *> &BlocksInFunclet = Funclet.second; in removeImplausibleInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3202 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i);
3205 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp2831 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i) { in LLVMGetArgOperand() argument
2832 return wrap(unwrap<FuncletPadInst>(Funclet)->getArgOperand(i)); in LLVMGetArgOperand()
2835 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value) { in LLVMSetArgOperand() argument
2836 unwrap<FuncletPadInst>(Funclet)->setArgOperand(i, unwrap(value)); in LLVMSetArgOperand()
/external/llvm/docs/
DExceptionHandling.rst711 Funclet parent tokens
781 Funclet transitions
DLangRef.rst1707 Funclet Operand Bundles
1710 Funclet operand bundles are characterized by the ``"funclet"``
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DExceptionHandling.rst711 Funclet parent tokens
781 Funclet transitions
DLangRef.rst1860 Funclet Operand Bundles
1863 Funclet operand bundles are characterized by the ``"funclet"``