Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
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()