Home
last modified time | relevance | path

Searched refs:isReductionParallel (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslAst.h146 static bool isReductionParallel(const isl::ast_node &Node);
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp472 if (IslAstInfo::isReductionParallel(isl::manage_copy(Node))) in walkAstForStatistics()
592 bool IslAstInfo::isReductionParallel(const isl::ast_node &Node) { in isReductionParallel() function in IslAstInfo
613 return isOutermostParallel(Node) && !isReductionParallel(Node); in isExecutedInParallel()
H A DIslNodeBuilder.cpp795 !IslAstInfo::isReductionParallel(isl::manage_copy(For))) { in createFor()
809 !IslAstInfo::isReductionParallel(isl::manage_copy(For))); in createFor()