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

References

tools/polly/lib/Analysis/DependenceInfo.cpp
   74     cl::values(clEnumValN(Dependences::AL_Statement, "statement-wise",
   82     cl::Hidden, cl::init(Dependences::AL_Statement), cl::ZeroOrMore,
  157         if (Level > Dependences::AL_Statement) {
  175     if (!ReductionArrays.empty() && Level == Dependences::AL_Statement)
  334     if (Level > AL_Statement) {
  493   if (!HasReductions && Level == AL_Statement) {
tools/polly/lib/CodeGen/IslAst.cpp
  669                  Dependences::AL_Statement)};
  795       getAnalysis<DependenceInfo>().getDependences(Dependences::AL_Statement);
tools/polly/lib/Exchange/JSONExporter.cpp
  777       getAnalysis<DependenceInfo>().getDependences(Dependences::AL_Statement);
  801           Dependences::AL_Statement);
tools/polly/lib/Transform/DeadCodeElimination.cpp
  115   const Dependences &D = DI.getDependences(Dependences::AL_Statement);
  155     DI.recomputeDependences(Dependences::AL_Statement);
tools/polly/lib/Transform/ScheduleOptimizer.cpp
 1481       getAnalysis<DependenceInfo>().getDependences(Dependences::AL_Statement);