Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DIslAst.h149 static bool isExecutedInParallel(const isl::ast_node &Node);
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DIslAst.cpp182 if (IslAstInfo::isExecutedInParallel(isl::manage_copy(Node))) in cbPrintFor()
474 if (IslAstInfo::isExecutedInParallel(isl::manage_copy(Node))) in walkAstForStatistics()
597 bool IslAstInfo::isExecutedInParallel(const isl::ast_node &Node) { in isExecutedInParallel() function in IslAstInfo
H A DIslNodeBuilder.cpp804 if (IslAstInfo::isExecutedInParallel(isl::manage_copy(For))) { in createFor()