Searched refs:TaskgroupReductionRef (Results 1 – 1 of 1) sorted by relevance
197 Expr *TaskgroupReductionRef = nullptr; member584 return getTopOfStack().TaskgroupReductionRef; in getTaskgroupReductionRef()589 return getStackElemAtLevel(Level).TaskgroupReductionRef && in isTaskgroupReductionRef()590 cast<DeclRefExpr>(getStackElemAtLevel(Level).TaskgroupReductionRef) in isTaskgroupReductionRef()1576 Expr *&TaskgroupReductionRef = getTopOfStack().TaskgroupReductionRef; in addTaskgroupReductionData() local1577 if (!TaskgroupReductionRef) { in addTaskgroupReductionData()1580 TaskgroupReductionRef = in addTaskgroupReductionData()1601 Expr *&TaskgroupReductionRef = getTopOfStack().TaskgroupReductionRef; in addTaskgroupReductionData() local1602 if (!TaskgroupReductionRef) { in addTaskgroupReductionData()1605 TaskgroupReductionRef = in addTaskgroupReductionData()[all …]