Searched refs:NewOccupancy (Results 1 – 1 of 1) sorted by relevance
1045 unsigned NewOccupancy = std::max(WavesAfter, WavesBefore); in checkScheduling() local1053 NewOccupancy = WavesAfter; in checkScheduling()1056 if (NewOccupancy < DAG.MinOccupancy) { in checkScheduling()1057 DAG.MinOccupancy = NewOccupancy; in checkScheduling()