Home
last modified time | relevance | path

Searched refs:makeSubFnCall (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h62 Value *makeSubFnCall(Value *Arg, int Index, Instruction *InsertPt);
H A DCoroEarly.cpp54 makeSubFnCall(CS.getArgOperand(0), Index, CS.getInstruction()); in lowerResumeOrDestroy()
H A DCoroutines.cpp108 Value *coro::LowererBase::makeSubFnCall(Value *Arg, int Index, in makeSubFnCall() function in coro::LowererBase
H A DCoroSplit.cpp847 Lowerer.makeSubFnCall(Null, CoroSubFnInst::RestartTrigger, InsertPt); in prepareForSplit()