Searched refs:PreCondVars (Results 1 – 1 of 1) sorted by relevance
138 CodeGenFunction::OMPMapVars PreCondVars; in emitPreInitStmt() local144 (void)PreCondVars.setVarAddr( in emitPreInitStmt()153 (void)PreCondVars.setVarAddr( in emitPreInitStmt()162 (void)PreCondVars.apply(CGF); in emitPreInitStmt()186 PreCondVars.restore(CGF); in emitPreInitStmt()2266 CodeGenFunction::OMPMapVars PreCondVars; in emitPreCond() local2275 (void)PreCondVars.setVarAddr(CGF, VD, CounterAddr); in emitPreCond()2277 (void)PreCondVars.apply(CGF); in emitPreCond()2285 PreCondVars.restore(CGF); in emitPreCond()