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

References

tools/polly/lib/Analysis/DependenceInfo.cpp
  749   OS << "\tRAW dependences:\n\t\t";
  750   printDependencyMap(OS, RAW);
  751   OS << "\tWAR dependences:\n\t\t";
  752   printDependencyMap(OS, WAR);
  753   OS << "\tWAW dependences:\n\t\t";
  754   printDependencyMap(OS, WAW);
  755   OS << "\tReduction dependences:\n\t\t";
  756   printDependencyMap(OS, RED);
  757   OS << "\tTransitive closure of reduction dependences:\n\t\t";
  758   printDependencyMap(OS, TC_RED);