Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp189 else if (IslAstInfo::isOutermostParallel(Node)) in cbPrintFor()
486 if (IslAstInfo::isOutermostParallel(Node)) in walkAstForStatistics()
606 IslAstInfo::isOutermostParallel(Node); in isParallel()
614 bool IslAstInfo::isOutermostParallel(__isl_keep isl_ast_node *Node) { in isOutermostParallel() function in IslAstInfo
640 return isOutermostParallel(Node) && !isReductionParallel(Node); in isExecutedInParallel()
/external/llvm-project/polly/include/polly/CodeGen/
DIslAst.h147 static bool isOutermostParallel(__isl_keep isl_ast_node *Node);