Searched refs:CoroSave (Results 1 – 2 of 2) sorted by relevance
360 if (auto *CoroSave = CS->getCoroSave()) in invalidateCoroutine() local361 CoroSave->eraseFromParent(); in invalidateCoroutine()483 for (CoroSaveInst *CoroSave : UnusedCoroSaves) in cleanCoroutine()484 CoroSave->eraseFromParent(); in cleanCoroutine()
246 llvm::Function *CoroSave = CGF.CGM.getIntrinsic(llvm::Intrinsic::coro_save); in emitSuspendExpression() local248 auto *SaveCall = Builder.CreateCall(CoroSave, {NullPtr}); in emitSuspendExpression()