Searched refs:printRegion (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.cpp | 44 static void printRegion(raw_ostream &OS, in printRegion() function 97 printRegion(OS, R->Begin, R->End, LIS, 1); in printRegions() 109 printRegion(OS, R->Begin, R->End, LIS); in printSchedResult() 188 printRegion(dbgs(), Rgn.Begin, Rgn.End, Sch.LIS, 2)); in schedule() 258 printRegion(dbgs(), Begin, End, LIS), false)); in getRegionPressure() 446 LLVM_DEBUG(printRegion(dbgs(), R->Begin, R->End, LIS, 3); in tryMaximizeOccupancy()
|