Home
last modified time | relevance | path

Searched refs:isOutermostParallel (Results 1 – 2 of 2) sorted by relevance

/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp185 else if (IslAstInfo::isOutermostParallel(isl::manage_copy(Node))) in cbPrintFor()
471 if (IslAstInfo::isOutermostParallel(isl::manage_copy(Node))) in walkAstForStatistics()
580 IslAstInfo::isOutermostParallel(Node); in isParallel()
588 bool IslAstInfo::isOutermostParallel(const isl::ast_node &Node) { in isOutermostParallel() function in IslAstInfo
614 return isOutermostParallel(Node) && !isReductionParallel(Node); in isExecutedInParallel()
/llvm-project/polly/include/polly/CodeGen/
H A DIslAst.h140 static bool isOutermostParallel(const isl::ast_node &Node);