Home
last modified time | relevance | path

Searched refs:getDebugLocation (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopLocation.h30 void getDebugLocation(const llvm::Region *R, unsigned &LineBegin,
/llvm-project-15.0.7/polly/lib/Support/
H A DScopLocation.cpp21 void getDebugLocation(const Region *R, unsigned &LineBegin, unsigned &LineEnd, in getDebugLocation() function
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopGraphPrinter.cpp83 getDebugLocation(R, LineBegin, LineEnd, FileName); in printRegionCluster()
H A DScopDetection.cpp1795 getDebugLocation(R, LineEntry, LineExit, FileName); in printLocations()
/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp136 getDebugLocation(&S.getRegion(), LineBegin, LineEnd, FileName); in getJSON()