Searched refs:RDepth (Results 1 – 10 of 10) sorted by relevance
150 int RDepth = right->getDepth(); in BUCompareLatency() local151 if (LDepth != RDepth) { in BUCompareLatency()154 << ") depth " << RDepth << "\n"); in BUCompareLatency()155 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
1001 unsigned RDepth = 0; in add() local1005 RDepth = DM.getDepth(); in add()1007 if (PDepth == RDepth) in add()1009 else if (PDepth > RDepth) { in add()
1056 unsigned RDepth = 0; in add() local1060 RDepth = DM.getDepth(); in add()1062 if (PDepth == RDepth) in add()1064 else if (PDepth > RDepth) { in add()
974 unsigned RDepth = 0; in add() local978 RDepth = DM.getDepth(); in add()980 if (PDepth == RDepth) in add()982 else if (PDepth > RDepth) { in add()
2492 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() local2493 if (LDepth != RDepth) { in BUCompareLatency()2496 << ") depth " << RDepth << "\n"); in BUCompareLatency()2497 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
2367 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() local2368 if (LDepth != RDepth) { in BUCompareLatency()2371 << ") depth " << RDepth << "\n"); in BUCompareLatency()2372 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
2275 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() local2276 if (LDepth != RDepth) { in BUCompareLatency()2280 << ") depth " << RDepth << "\n"); in BUCompareLatency()2281 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
494 RDepth = LI->getLoopDepth(RParent); in compare() local495 if (LDepth != RDepth) in compare()496 return (int)LDepth - (int)RDepth; in compare()529 RDepth = RLoop->getLoopDepth(); in compare() local530 if (LDepth != RDepth) in compare()531 return (int)LDepth - (int)RDepth; in compare()
519 RDepth = LI->getLoopDepth(RParent); in compare() local520 if (LDepth != RDepth) in compare()521 return (int)LDepth - (int)RDepth; in compare()554 RDepth = RLoop->getLoopDepth(); in compare() local555 if (LDepth != RDepth) in compare()556 return (int)LDepth - (int)RDepth; in compare()
600 RDepth = LI->getLoopDepth(RParent); in CompareValueComplexity() local601 if (LDepth != RDepth) in CompareValueComplexity()602 return (int)LDepth - (int)RDepth; in CompareValueComplexity()