Searched refs:Funclet (Results 1 – 5 of 5) sorted by relevance
948 for (auto &Funclet : FuncletBlocks) { in removeImplausibleInstructions() local949 BasicBlock *FuncletPadBB = Funclet.first; in removeImplausibleInstructions()950 std::vector<BasicBlock *> &BlocksInFunclet = Funclet.second; in removeImplausibleInstructions()
3802 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i);3805 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value);
3306 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i) { in LLVMGetArgOperand() argument3307 return wrap(unwrap<FuncletPadInst>(Funclet)->getArgOperand(i)); in LLVMGetArgOperand()3310 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value) { in LLVMSetArgOperand() argument3311 unwrap<FuncletPadInst>(Funclet)->setArgOperand(i, unwrap(value)); in LLVMSetArgOperand()
711 Funclet parent tokens781 Funclet transitions
2467 Funclet Operand Bundles2470 Funclet operand bundles are characterized by the ``"funclet"``