Searched refs:NewOccupancy (Results 1 – 1 of 1) sorted by relevance
919 unsigned NewOccupancy = std::max(WavesAfter, WavesBefore); in checkScheduling() local927 NewOccupancy = WavesAfter; in checkScheduling()930 if (NewOccupancy < DAG.MinOccupancy) { in checkScheduling()931 DAG.MinOccupancy = NewOccupancy; in checkScheduling()