Searched refs:printRegion (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.cpp | 44 static void printRegion(raw_ostream &OS, in printRegion() function 95 printRegion(OS, R->Begin, R->End, LIS, 1); in printRegions() 106 printRegion(OS, R->Begin, R->End, LIS); in printSchedResult() 183 printRegion(dbgs(), Rgn.Begin, Rgn.End, Sch.LIS, 2)); in schedule() 253 printRegion(dbgs(), Begin, End, LIS), false)); in getRegionPressure() 438 LLVM_DEBUG(printRegion(dbgs(), R->Begin, R->End, LIS, 3); in tryMaximizeOccupancy()
|