Searched refs:isReductionParallel (Results 1 – 3 of 3) sorted by relevance
146 static bool isReductionParallel(const isl::ast_node &Node);
472 if (IslAstInfo::isReductionParallel(isl::manage_copy(Node))) in walkAstForStatistics()592 bool IslAstInfo::isReductionParallel(const isl::ast_node &Node) { in isReductionParallel() function in IslAstInfo613 return isOutermostParallel(Node) && !isReductionParallel(Node); in isExecutedInParallel()
795 !IslAstInfo::isReductionParallel(isl::manage_copy(For))) { in createFor()809 !IslAstInfo::isReductionParallel(isl::manage_copy(For))); in createFor()