Searched refs:getReductionOps (Results 1 – 2 of 2) sorted by relevance
3854 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function3857 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function3867 return {getReductionOps().end(), varlist_size()}; in getInscanCopyOps()3870 return {getReductionOps().end(), varlist_size()}; in getInscanCopyOps()4023 return helper_expr_const_range(getReductionOps().begin(), in reduction_ops()4024 getReductionOps().end()); in reduction_ops()4028 return helper_expr_range(getReductionOps().begin(), in reduction_ops()4029 getReductionOps().end()); in reduction_ops()4193 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function4196 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function[all …]
770 llvm::copy(Ops, getReductionOps().end()); in setInscanCopyOps()925 llvm::copy(TaskgroupDescriptors, getReductionOps().end()); in setTaskgroupDescriptors()