Lines Matching defs:TaskgroupReductionRef
200 Expr *TaskgroupReductionRef = nullptr;
587 return getTopOfStack().TaskgroupReductionRef;
592 return getStackElemAtLevel(Level).TaskgroupReductionRef &&
593 cast<DeclRefExpr>(getStackElemAtLevel(Level).TaskgroupReductionRef)
1600 Expr *&TaskgroupReductionRef = getTopOfStack().TaskgroupReductionRef;
1601 if (!TaskgroupReductionRef) {
1604 TaskgroupReductionRef =
1625 Expr *&TaskgroupReductionRef = getTopOfStack().TaskgroupReductionRef;
1626 if (!TaskgroupReductionRef) {
1629 TaskgroupReductionRef =
1650 assert(I->TaskgroupReductionRef && "taskgroup reduction reference "
1653 TaskgroupDescriptor = I->TaskgroupReductionRef;
1677 assert(I->TaskgroupReductionRef && "taskgroup reduction reference "
1680 TaskgroupDescriptor = I->TaskgroupReductionRef;