Searched refs:getReductionOps (Results 1 – 2 of 2) sorted by relevance
3039 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function3042 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function3052 return MutableArrayRef<Expr *>(getReductionOps().end(), varlist_size()); in getInscanCopyOps()3055 return llvm::makeArrayRef(getReductionOps().end(), varlist_size()); in getInscanCopyOps()3187 return helper_expr_const_range(getReductionOps().begin(), in reduction_ops()3188 getReductionOps().end()); in reduction_ops()3192 return helper_expr_range(getReductionOps().begin(), in reduction_ops()3193 getReductionOps().end()); in reduction_ops()3357 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function3360 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function[all …]
743 llvm::copy(Ops, getReductionOps().end()); in setInscanCopyOps()896 getReductionOps().end()); in setTaskgroupDescriptors()