Searched refs:isReductionParallel (Results 1 – 3 of 3) sorted by relevance
153 static bool isReductionParallel(__isl_keep isl_ast_node *Node);
488 if (IslAstInfo::isReductionParallel(Node)) in walkAstForStatistics()619 bool IslAstInfo::isReductionParallel(__isl_keep isl_ast_node *Node) { in isReductionParallel() function in IslAstInfo640 return isOutermostParallel(Node) && !isReductionParallel(Node); in isExecutedInParallel()
766 !IslAstInfo::isReductionParallel(For)) { in createFor()779 (IslAstInfo::isParallel(For) && !IslAstInfo::isReductionParallel(For)); in createFor()