Searched refs:getReductionOps (Results 1 – 2 of 2) sorted by relevance
3198 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function3201 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function3211 return MutableArrayRef<Expr *>(getReductionOps().end(), varlist_size()); in getInscanCopyOps()3214 return llvm::ArrayRef(getReductionOps().end(), varlist_size()); in getInscanCopyOps()3346 return helper_expr_const_range(getReductionOps().begin(), in reduction_ops()3347 getReductionOps().end()); in reduction_ops()3351 return helper_expr_range(getReductionOps().begin(), in reduction_ops()3352 getReductionOps().end()); in reduction_ops()3516 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function3519 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function[all …]
767 llvm::copy(Ops, getReductionOps().end()); in setInscanCopyOps()920 getReductionOps().end()); in setTaskgroupDescriptors()