Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCoroutine.cpp345 Builder.CreateFlagStore(true, Coro.ResumeEHVar); in emitSuspendExpression()
357 Builder.CreateFlagStore(false, Coro.ResumeEHVar); in emitSuspendExpression()
HDCGBuilder.h163 llvm::StoreInst *CreateFlagStore(bool Value, llvm::Value *Addr) { in CreateFlagStore() function
HDCGException.cpp1479 CGF.Builder.CreateFlagStore(false, ForEHVar); in enter()
1521 CGF.Builder.CreateFlagStore(true, ForEHVar); in exit()
HDCGStmt.cpp1530 Builder.CreateFlagStore(Builder.getTrue(), NRVOFlag); in EmitReturnStmt()