Searched refs:Funclet (Results 1 – 5 of 5) sorted by relevance
945 for (auto &Funclet : FuncletBlocks) { in removeImplausibleInstructions() local946 BasicBlock *FuncletPadBB = Funclet.first; in removeImplausibleInstructions()947 std::vector<BasicBlock *> &BlocksInFunclet = Funclet.second; in removeImplausibleInstructions()
3801 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i);3804 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value);
3268 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i) { in LLVMGetArgOperand() argument3269 return wrap(unwrap<FuncletPadInst>(Funclet)->getArgOperand(i)); in LLVMGetArgOperand()3272 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value) { in LLVMSetArgOperand() argument3273 unwrap<FuncletPadInst>(Funclet)->setArgOperand(i, unwrap(value)); in LLVMSetArgOperand()
646 Funclet parent tokens716 Funclet transitions
2472 Funclet Operand Bundles2475 Funclet operand bundles are characterized by the ``"funclet"``