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

Declarations

tools/polly/include/polly/ScopDetectionDiagnostic.h
   48 void getDebugLocations(const BBPair &P, DebugLoc &Begin, DebugLoc &End);

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 3757   getDebugLocations(P, Beg, End);
tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
  137   getDebugLocations(P, Begin, End);
tools/polly/lib/Transform/DeLICM.cpp
 1211       getDebugLocations(getBBPairForRegion(&S->getRegion()), Begin, End);