Searched refs:TaskgroupReductionRef (Results 1 – 1 of 1) sorted by relevance
190 Expr *TaskgroupReductionRef = nullptr; member577 return getTopOfStack().TaskgroupReductionRef; in getTaskgroupReductionRef()582 return getStackElemAtLevel(Level).TaskgroupReductionRef && in isTaskgroupReductionRef()583 cast<DeclRefExpr>(getStackElemAtLevel(Level).TaskgroupReductionRef) in isTaskgroupReductionRef()1575 Expr *&TaskgroupReductionRef = getTopOfStack().TaskgroupReductionRef; in addTaskgroupReductionData() local1576 if (!TaskgroupReductionRef) { in addTaskgroupReductionData()1579 TaskgroupReductionRef = in addTaskgroupReductionData()1600 Expr *&TaskgroupReductionRef = getTopOfStack().TaskgroupReductionRef; in addTaskgroupReductionData() local1601 if (!TaskgroupReductionRef) { in addTaskgroupReductionData()1604 TaskgroupReductionRef = in addTaskgroupReductionData()[all …]