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

Declarations

tools/polly/include/polly/ScopDetection.h
  539   DetectionContext *getDetectionContext(const Region *R) const;

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 3600   scop.reset(new Scop(R, SE, LI, DT, *SD.getDetectionContext(&R), ORE));
tools/polly/lib/Analysis/ScopDetection.cpp
 1832   const DetectionContext *DC = getDetectionContext(R);