reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIMachineScheduler.cpp
 1596     TryCand.Reason = NodeOrder;
 1600   if (SISched::tryLess(TryCand.VGPRUsageDiff > 0, Cand.VGPRUsageDiff > 0,
 1601                        TryCand, Cand, RegUsage))
 1603   if (SISched::tryGreater(TryCand.NumSuccessors > 0,
 1605                           TryCand, Cand, Successor))
 1607   if (SISched::tryGreater(TryCand.Height, Cand.Height, TryCand, Cand, Depth))
 1607   if (SISched::tryGreater(TryCand.Height, Cand.Height, TryCand, Cand, Depth))
 1609   if (SISched::tryLess(TryCand.VGPRUsageDiff, Cand.VGPRUsageDiff,
 1610                        TryCand, Cand, RegUsage))