Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp184 else if (IslAstInfo::isOutermostParallel(isl::manage_copy(Node))) in cbPrintFor()
470 if (IslAstInfo::isOutermostParallel(isl::manage_copy(Node))) in walkAstForStatistics()
579 IslAstInfo::isOutermostParallel(Node); in isParallel()
587 bool IslAstInfo::isOutermostParallel(const isl::ast_node &Node) { in isOutermostParallel() function in IslAstInfo
613 return isOutermostParallel(Node) && !isReductionParallel(Node); in isExecutedInParallel()
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslAst.h140 static bool isOutermostParallel(const isl::ast_node &Node);