Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp504 auto *AllocateCall = EmitScalarExpr(S.getAllocate()); in EmitCoroutineBody() local
513 auto *Cond = Builder.CreateICmpNE(AllocateCall, NullPtr); in EmitCoroutineBody()
529 Phi->addIncoming(AllocateCall, AllocOrInvokeContBB); in EmitCoroutineBody()