Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp670 auto *AllocateCall = EmitScalarExpr(S.getAllocate()); in EmitCoroutineBody() local
679 auto *Cond = Builder.CreateICmpNE(AllocateCall, NullPtr); in EmitCoroutineBody()
697 Phi->addIncoming(AllocateCall, AllocOrInvokeContBB); in EmitCoroutineBody()