Home
last modified time | relevance | path

Searched defs:CoroSave (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp284 if (auto *CoroSave = CS->getCoroSave()) buildFrom() local
/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp245 llvm::Function *CoroSave = CGF.CGM.getIntrinsic(llvm::Intrinsic::coro_save); in emitSuspendExpression() local