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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h130 llvm::StoreInst *CreateFlagStore(bool Value, llvm::Value *Addr) { function in class:clang::CodeGen::CGBuilderTy
H A DCGCoroutine.cpp236 Builder.CreateFlagStore(true, Coro.ResumeEHVar);
254 Builder.CreateFlagStore(false, Coro.ResumeEHVar);
H A DCGException.cpp1414 CGF.Builder.CreateFlagStore(false, ForEHVar);
1456 CGF.Builder.CreateFlagStore(true, ForEHVar);
H A DCGStmt.cpp1140 Builder.CreateFlagStore(Builder.getTrue(), NRVOFlag);

Completed in 122 milliseconds