Searched refs:LDepth (Results 1 – 8 of 8) sorted by relevance
149 int LDepth = left->getDepth(); in BUCompareLatency() local151 if (LDepth != RDepth) { in BUCompareLatency()153 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()155 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
2366 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local2368 if (LDepth != RDepth) { in BUCompareLatency()2370 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()2372 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
2511 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local2513 if (LDepth != RDepth) { in BUCompareLatency()2515 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()2517 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
2508 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local2510 if (LDepth != RDepth) { in BUCompareLatency()2512 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()2514 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
518 unsigned LDepth = LI->getLoopDepth(LParent), in compare() local520 if (LDepth != RDepth) in compare()521 return (int)LDepth - (int)RDepth; in compare()553 unsigned LDepth = LLoop->getLoopDepth(), in compare() local555 if (LDepth != RDepth) in compare()556 return (int)LDepth - (int)RDepth; in compare()
630 unsigned LDepth = LI->getLoopDepth(LParent), in CompareValueComplexity() local632 if (LDepth != RDepth) in CompareValueComplexity()633 return (int)LDepth - (int)RDepth; in CompareValueComplexity()
663 unsigned LDepth = LI->getLoopDepth(LParent), in CompareValueComplexity() local665 if (LDepth != RDepth) in CompareValueComplexity()666 return (int)LDepth - (int)RDepth; in CompareValueComplexity()