Searched refs:getReductionOps (Results 1 – 2 of 2) sorted by relevance
3321 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function3324 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function3334 return MutableArrayRef<Expr *>(getReductionOps().end(), varlist_size()); in getInscanCopyOps()3337 return llvm::ArrayRef(getReductionOps().end(), varlist_size()); in getInscanCopyOps()3469 return helper_expr_const_range(getReductionOps().begin(), in reduction_ops()3470 getReductionOps().end()); in reduction_ops()3474 return helper_expr_range(getReductionOps().begin(), in reduction_ops()3475 getReductionOps().end()); in reduction_ops()3639 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function3642 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function[all …]
772 llvm::copy(Ops, getReductionOps().end()); in setInscanCopyOps()925 getReductionOps().end()); in setTaskgroupDescriptors()