Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/CodeGen/
DIslAst.h153 static bool isReductionParallel(__isl_keep isl_ast_node *Node);
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp488 if (IslAstInfo::isReductionParallel(Node)) in walkAstForStatistics()
619 bool IslAstInfo::isReductionParallel(__isl_keep isl_ast_node *Node) { in isReductionParallel() function in IslAstInfo
640 return isOutermostParallel(Node) && !isReductionParallel(Node); in isExecutedInParallel()
DIslNodeBuilder.cpp766 !IslAstInfo::isReductionParallel(For)) { in createFor()
779 (IslAstInfo::isParallel(For) && !IslAstInfo::isReductionParallel(For)); in createFor()