Searched refs:Funclet (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 642 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()
|
D | WinEHPrepare.cpp | 930 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/ |
D | WinEHPrepare.cpp | 934 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/ |
D | Core.h | 3202 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/ |
D | Core.cpp | 2831 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/ |
D | ExceptionHandling.rst | 711 Funclet parent tokens 781 Funclet transitions
|
D | LangRef.rst | 1707 Funclet Operand Bundles 1710 Funclet operand bundles are characterized by the ``"funclet"``
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ExceptionHandling.rst | 711 Funclet parent tokens 781 Funclet transitions
|
D | LangRef.rst | 1860 Funclet Operand Bundles 1863 Funclet operand bundles are characterized by the ``"funclet"``
|