Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp141 CodeGenFunction::OMPMapVars PreCondVars; in emitPreInitStmt() local
147 (void)PreCondVars.setVarAddr( in emitPreInitStmt()
157 (void)PreCondVars.setVarAddr( in emitPreInitStmt()
166 (void)PreCondVars.apply(CGF); in emitPreInitStmt()
192 PreCondVars.restore(CGF); in emitPreInitStmt()
2302 CodeGenFunction::OMPMapVars PreCondVars; in emitPreCond() local
2311 (void)PreCondVars.setVarAddr(CGF, VD, CounterAddr); in emitPreCond()
2313 (void)PreCondVars.apply(CGF); in emitPreCond()
2321 PreCondVars.restore(CGF); in emitPreCond()