reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/polly/include/polly/CodeGen/IslAst.h
  156   static bool isExecutedInParallel(__isl_keep isl_ast_node *Node);

References

tools/polly/lib/CodeGen/IslAst.cpp
  187   if (IslAstInfo::isExecutedInParallel(Node))
  490           if (IslAstInfo::isExecutedInParallel(Node))
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  774   if (IslAstInfo::isExecutedInParallel(For)) {