Searched refs:getReductionOps (Results 1 – 2 of 2) sorted by relevance
2931 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function2934 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function2944 return MutableArrayRef<Expr *>(getReductionOps().end(), varlist_size()); in getInscanCopyOps()2947 return llvm::makeArrayRef(getReductionOps().end(), varlist_size()); in getInscanCopyOps()3079 return helper_expr_const_range(getReductionOps().begin(), in reduction_ops()3080 getReductionOps().end()); in reduction_ops()3084 return helper_expr_range(getReductionOps().begin(), in reduction_ops()3085 getReductionOps().end()); in reduction_ops()3249 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function3252 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function[all …]
743 llvm::copy(Ops, getReductionOps().end()); in setInscanCopyOps()896 getReductionOps().end()); in setTaskgroupDescriptors()