reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1580 if (SISched::tryGreater(TryCand.IsHighLatency, Cand.IsHighLatency, 1580 if (SISched::tryGreater(TryCand.IsHighLatency, Cand.IsHighLatency, 1583 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height, 1645 TryCand.IsHighLatency = TryCand.Block->isHighLatencyBlock(); 1677 << (Cand.IsHighLatency ? "yes\n" : "no\n");lib/Target/AMDGPU/SIMachineScheduler.h
381 IsHighLatency = Best.IsHighLatency; 381 IsHighLatency = Best.IsHighLatency;