Searched refs:TaskgroupReductionRef (Results 1 – 1 of 1) sorted by relevance
200 Expr *TaskgroupReductionRef = nullptr; member587 return getTopOfStack().TaskgroupReductionRef; in getTaskgroupReductionRef()592 return getStackElemAtLevel(Level).TaskgroupReductionRef && in isTaskgroupReductionRef()593 cast<DeclRefExpr>(getStackElemAtLevel(Level).TaskgroupReductionRef) in isTaskgroupReductionRef()1600 Expr *&TaskgroupReductionRef = getTopOfStack().TaskgroupReductionRef; in addTaskgroupReductionData() local1601 if (!TaskgroupReductionRef) { in addTaskgroupReductionData()1604 TaskgroupReductionRef = in addTaskgroupReductionData()1625 Expr *&TaskgroupReductionRef = getTopOfStack().TaskgroupReductionRef; in addTaskgroupReductionData() local1626 if (!TaskgroupReductionRef) { in addTaskgroupReductionData()1629 TaskgroupReductionRef = in addTaskgroupReductionData()[all …]