Searched refs:LDepth (Results 1 – 3 of 3) sorted by relevance
148 int LDepth = left->getDepth(); in BUCompareLatency() local150 if (LDepth != RDepth) { in BUCompareLatency()152 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()154 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
2527 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local2529 if (LDepth != RDepth) { in BUCompareLatency()2531 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()2533 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
650 unsigned LDepth = LI->getLoopDepth(LParent), in CompareValueComplexity() local652 if (LDepth != RDepth) in CompareValueComplexity()653 return (int)LDepth - (int)RDepth; in CompareValueComplexity()