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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp339 if (auto *CoroSave = CS->getCoroSave())
340 CoroSave->eraseFromParent();
484 for (CoroSaveInst *CoroSave : UnusedCoroSaves)
485 CoroSave->eraseFromParent();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp197 llvm::Function *CoroSave = CGF.CGM.getIntrinsic(llvm::Intrinsic::coro_save); local
199 auto *SaveCall = Builder.CreateCall(CoroSave, {NullPtr});

Completed in 66 milliseconds