Searched refs:ShouldTrackVGPRs (Results 1 – 1 of 1) sorted by relevance
239 bool ShouldTrackVGPRs = VGPRPressure + MaxVGPRPressureInc >= VGPRExcessLimit; in initCandidate() local240 bool ShouldTrackSGPRs = !ShouldTrackVGPRs && SGPRPressure >= SGPRExcessLimit; in initCandidate()251 if (ShouldTrackVGPRs && NewVGPRPressure >= VGPRExcessLimit) { in initCandidate()