Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2350 int LHeight = (int)left->getHeight() + LPenalty; in BUCompareLatency() local
2354 BUHasStall(left, LHeight, SPQ); in BUCompareLatency()
2364 if (LHeight != RHeight) in BUCompareLatency()
2365 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
2378 if (LHeight != RHeight) in BUCompareLatency()
2379 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()