Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2335 int LHeight = (int)left->getHeight() + LPenalty; in BUCompareLatency() local
2339 BUHasStall(left, LHeight, 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.cpp2235 int LHeight = (int)left->getHeight() + LPenalty; in BUCompareLatency() local
2239 BUHasStall(left, LHeight, 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()