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

Declarations

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

References

tools/polly/lib/CodeGen/IslAst.cpp
  488           if (IslAstInfo::isReductionParallel(Node))
  640   return isOutermostParallel(Node) && !isReductionParallel(Node);
tools/polly/lib/CodeGen/IslNodeBuilder.cpp
  766       !IslAstInfo::isReductionParallel(For)) {
  779       (IslAstInfo::isParallel(For) && !IslAstInfo::isReductionParallel(For));