reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
270 TryCand.SU = SU; 272 TryCand.SGPRUsage = pressure[DAG->getSGPRSetID()]; 273 TryCand.VGPRUsage = pressure[DAG->getVGPRSetID()]; 274 TryCand.IsLowLatency = DAG->IsLowLatencySU[SU->NodeNum]; 275 TryCand.LowLatencyOffset = DAG->LowLatencyOffset[SU->NodeNum]; 276 TryCand.HasLowLatencyNonWaitedParent = 278 tryCandidateTopDown(TopCand, TryCand); 279 if (TryCand.Reason != NoCand) 280 TopCand.setBest(TryCand);