Searched refs:PreCondVars (Results 1 – 1 of 1) sorted by relevance
142 CodeGenFunction::OMPMapVars PreCondVars; in emitPreInitStmt() local148 (void)PreCondVars.setVarAddr( in emitPreInitStmt()158 (void)PreCondVars.setVarAddr( in emitPreInitStmt()167 (void)PreCondVars.apply(CGF); in emitPreInitStmt()193 PreCondVars.restore(CGF); in emitPreInitStmt()2310 CodeGenFunction::OMPMapVars PreCondVars; in emitPreCond() local2319 (void)PreCondVars.setVarAddr(CGF, VD, CounterAddr); in emitPreCond()2321 (void)PreCondVars.apply(CGF); in emitPreCond()2329 PreCondVars.restore(CGF); in emitPreCond()