Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp137 CodeGenFunction::OMPMapVars PreCondVars; in emitPreInitStmt() local
142 (void)PreCondVars.setVarAddr( in emitPreInitStmt()
150 (void)PreCondVars.setVarAddr( in emitPreInitStmt()
159 (void)PreCondVars.apply(CGF); in emitPreInitStmt()
183 PreCondVars.restore(CGF); in emitPreInitStmt()
2097 CodeGenFunction::OMPMapVars PreCondVars; in emitPreCond() local
2106 (void)PreCondVars.setVarAddr(CGF, VD, CounterAddr); in emitPreCond()
2108 (void)PreCondVars.apply(CGF); in emitPreCond()
2116 PreCondVars.restore(CGF); in emitPreCond()