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

References

lib/Target/AMDGPU/SIMachineScheduler.cpp
 1425         if (Depth < Pred->Depth + Pred->getCost())
 1426           Depth = Pred->Depth + Pred->getCost();
 1428       Block->Depth = Depth;