Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h129 llvm::StoreInst *CreateFlagStore(bool Value, llvm::Value *Addr) { in CreateFlagStore() function
H A DCGException.cpp1456 CGF.Builder.CreateFlagStore(false, ForEHVar); in enter()
1498 CGF.Builder.CreateFlagStore(true, ForEHVar); in exit()
H A DCGStmt.cpp1326 Builder.CreateFlagStore(Builder.getTrue(), NRVOFlag); in EmitReturnStmt()