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

Declarations

tools/polly/include/polly/DependenceInfo.h
  116   bool isParallel(__isl_keep isl_union_map *Schedule,

References

tools/polly/lib/Analysis/PolyhedralInfo.cpp
   93   IsParallel = D.isParallel(Schedule, Deps, MinDepDistPtr);
tools/polly/lib/CodeGen/IslAst.cpp
  218   if (!D->isParallel(Schedule, Deps)) {
  224     D->isParallel(Schedule, DepsAll, &MinimalDependenceDistance);
  233   if (!D->isParallel(Schedule, RedDeps))
  245     if (!D->isParallel(Schedule, RedDeps))