Searched refs:LDepth (Results 1 – 2 of 2) sorted by relevance
2381 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local2383 if (LDepth != RDepth) { in BUCompareLatency()2385 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()2387 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
525 unsigned LDepth = LI->getLoopDepth(LParent), in compare() local527 if (LDepth != RDepth) in compare()528 return (int)LDepth - (int)RDepth; in compare()560 unsigned LDepth = LLoop->getLoopDepth(), in compare() local562 if (LDepth != RDepth) in compare()563 return (int)LDepth - (int)RDepth; in compare()