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

References

lib/CodeGen/RegisterCoalescer.cpp
 3440   if (LHS->Depth != RHS->Depth)
 3440   if (LHS->Depth != RHS->Depth)
 3441     return LHS->Depth > RHS->Depth ? -1 : 1;
 3441     return LHS->Depth > RHS->Depth ? -1 : 1;
 3652     if (JoinGlobalCopies && MBBs[i].Depth < CurrDepth) {
 3654       CurrDepth = MBBs[i].Depth;