Lines Matching defs:TaskgroupReductionRef
195 Expr *TaskgroupReductionRef = nullptr;
582 return getTopOfStack().TaskgroupReductionRef;
587 return getStackElemAtLevel(Level).TaskgroupReductionRef &&
588 cast<DeclRefExpr>(getStackElemAtLevel(Level).TaskgroupReductionRef)
1568 Expr *&TaskgroupReductionRef = getTopOfStack().TaskgroupReductionRef;
1569 if (!TaskgroupReductionRef) {
1572 TaskgroupReductionRef =
1593 Expr *&TaskgroupReductionRef = getTopOfStack().TaskgroupReductionRef;
1594 if (!TaskgroupReductionRef) {
1597 TaskgroupReductionRef =
1618 assert(I->TaskgroupReductionRef && "taskgroup reduction reference "
1621 TaskgroupDescriptor = I->TaskgroupReductionRef;
1645 assert(I->TaskgroupReductionRef && "taskgroup reduction reference "
1648 TaskgroupDescriptor = I->TaskgroupReductionRef;