Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp284 if (auto *CoroSave = CS->getCoroSave()) in buildFrom() local
285 CoroSave->eraseFromParent(); in buildFrom()
442 for (CoroSaveInst *CoroSave : UnusedCoroSaves) in buildFrom()
443 CoroSave->eraseFromParent(); in buildFrom()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp245 llvm::Function *CoroSave = CGF.CGM.getIntrinsic(llvm::Intrinsic::coro_save); in emitSuspendExpression() local
247 auto *SaveCall = Builder.CreateCall(CoroSave, {NullPtr}); in emitSuspendExpression()