Searched refs:printRegion (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | GCNIterativeScheduler.cpp | 61 static void printRegion(raw_ostream &OS, in printRegion() function 114 printRegion(OS, R->Begin, R->End, LIS, 1); in printRegions() 126 printRegion(OS, R->Begin, R->End, LIS); in printSchedResult() 205 printRegion(dbgs(), Rgn.Begin, Rgn.End, Sch.LIS, 2)); in schedule() 275 printRegion(dbgs(), Begin, End, LIS), false)); in getRegionPressure() 464 LLVM_DEBUG(printRegion(dbgs(), R->Begin, R->End, LIS, 3); in tryMaximizeOccupancy()
|