Home
last modified time | relevance | path

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

/llvm-project/polly/include/polly/CodeGen/
H A DIslAst.h149 static bool isExecutedInParallel(const isl::ast_node &Node);
/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp183 if (IslAstInfo::isExecutedInParallel(isl::manage_copy(Node))) in cbPrintFor()
475 if (IslAstInfo::isExecutedInParallel(isl::manage_copy(Node))) in walkAstForStatistics()
598 bool IslAstInfo::isExecutedInParallel(const isl::ast_node &Node) { in isExecutedInParallel() function in IslAstInfo
H A DIslNodeBuilder.cpp700 if (IslAstInfo::isExecutedInParallel(isl::manage_copy(For))) { in createIf()