Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp277 if (auto *CoroSave = CS->getCoroSave()) in buildFrom() local
278 CoroSave->eraseFromParent(); in buildFrom()
435 for (CoroSaveInst *CoroSave : UnusedCoroSaves) in buildFrom()
436 CoroSave->eraseFromParent(); in buildFrom()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp231 llvm::Function *CoroSave = CGF.CGM.getIntrinsic(llvm::Intrinsic::coro_save); in emitSuspendExpression() local
233 auto *SaveCall = Builder.CreateCall(CoroSave, {NullPtr}); in emitSuspendExpression()