Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/CodeGen/
DIslAst.h156 static bool isExecutedInParallel(__isl_keep isl_ast_node *Node);
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp187 if (IslAstInfo::isExecutedInParallel(Node)) in cbPrintFor()
490 if (IslAstInfo::isExecutedInParallel(Node)) in walkAstForStatistics()
624 bool IslAstInfo::isExecutedInParallel(__isl_keep isl_ast_node *Node) { in isExecutedInParallel() function in IslAstInfo
DIslNodeBuilder.cpp774 if (IslAstInfo::isExecutedInParallel(For)) { in createFor()