Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp236 Builder.CreateFlagStore(true, Coro.ResumeEHVar); in emitSuspendExpression()
254 Builder.CreateFlagStore(false, Coro.ResumeEHVar); in emitSuspendExpression()
H A DCGBuilder.h123 llvm::StoreInst *CreateFlagStore(bool Value, llvm::Value *Addr) { in CreateFlagStore() function
H A DCGException.cpp1450 CGF.Builder.CreateFlagStore(false, ForEHVar); in enter()
1492 CGF.Builder.CreateFlagStore(true, ForEHVar); in exit()
H A DCGStmt.cpp1230 Builder.CreateFlagStore(Builder.getTrue(), NRVOFlag); in EmitReturnStmt()