Searched refs:Funclet (Results 1 – 5 of 5) sorted by relevance
951 for (auto &Funclet : FuncletBlocks) { in removeImplausibleInstructions() local952 BasicBlock *FuncletPadBB = Funclet.first; in removeImplausibleInstructions()953 std::vector<BasicBlock *> &BlocksInFunclet = Funclet.second; in removeImplausibleInstructions()
3725 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i);3728 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value);
3309 LLVMValueRef LLVMGetArgOperand(LLVMValueRef Funclet, unsigned i) { in LLVMGetArgOperand() argument3310 return wrap(unwrap<FuncletPadInst>(Funclet)->getArgOperand(i)); in LLVMGetArgOperand()3313 void LLVMSetArgOperand(LLVMValueRef Funclet, unsigned i, LLVMValueRef value) { in LLVMSetArgOperand() argument3314 unwrap<FuncletPadInst>(Funclet)->setArgOperand(i, unwrap(value)); in LLVMSetArgOperand()
711 Funclet parent tokens781 Funclet transitions
2248 Funclet Operand Bundles2251 Funclet operand bundles are characterized by the ``"funclet"``