Home
last modified time | relevance | path

Searched refs:LDepth (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2381 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency() local
2383 if (LDepth != RDepth) { in BUCompareLatency()
2385 << ") depth " << LDepth << " vs SU (" << right->NodeNum in BUCompareLatency()
2387 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp525 unsigned LDepth = LI->getLoopDepth(LParent), in compare() local
527 if (LDepth != RDepth) in compare()
528 return (int)LDepth - (int)RDepth; in compare()
560 unsigned LDepth = LLoop->getLoopDepth(), in compare() local
562 if (LDepth != RDepth) in compare()
563 return (int)LDepth - (int)RDepth; in compare()