Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2336 int RHeight = (int)right->getHeight() + RPenalty; in BUCompareLatency() local
2341 BUHasStall(right, RHeight, SPQ); in BUCompareLatency()
2349 if (LHeight != RHeight) in BUCompareLatency()
2350 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
2363 if (LHeight != RHeight) in BUCompareLatency()
2364 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2236 int RHeight = (int)right->getHeight() + RPenalty; in BUCompareLatency() local
2241 BUHasStall(right, RHeight, SPQ); in BUCompareLatency()
2251 if (LHeight != RHeight) { in BUCompareLatency()
2253 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
2265 if (LHeight != RHeight) { in BUCompareLatency()
2267 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()