Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp257 SmallVector<llvm::Value *, 3> SuspendIntrinsicCallArgs; in emitSuspendExpression() local
258 SuspendIntrinsicCallArgs.push_back( in emitSuspendExpression()
261 SuspendIntrinsicCallArgs.push_back(CGF.CurCoro.Data->CoroBegin); in emitSuspendExpression()
262 SuspendIntrinsicCallArgs.push_back(SuspendWrapper); in emitSuspendExpression()
291 CGF.EmitCallOrInvoke(AwaitSuspendIntrinsic, SuspendIntrinsicCallArgs); in emitSuspendExpression()
294 SuspendIntrinsicCallArgs); in emitSuspendExpression()