Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp345 Builder.CreateFlagStore(true, Coro.ResumeEHVar); in emitSuspendExpression()
357 Builder.CreateFlagStore(false, Coro.ResumeEHVar); in emitSuspendExpression()
H A DCGBuilder.h163 llvm::StoreInst *CreateFlagStore(bool Value, llvm::Value *Addr) { in CreateFlagStore() function
H A DCGException.cpp1479 CGF.Builder.CreateFlagStore(false, ForEHVar); in enter()
1521 CGF.Builder.CreateFlagStore(true, ForEHVar); in exit()
H A DCGStmt.cpp1530 Builder.CreateFlagStore(Builder.getTrue(), NRVOFlag); in EmitReturnStmt()