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()
2524 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local2526 if (LDepth != RDepth) { in BUCompareLatency()2528 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()2530 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
676 unsigned LDepth = LI->getLoopDepth(LParent), in CompareValueComplexity() local678 if (LDepth != RDepth) in CompareValueComplexity()679 return (int)LDepth - (int)RDepth; in CompareValueComplexity()