Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp135 int LHeight = (int)left->getHeight(); in BUCompareLatency() local
145 if (LHeight != RHeight) in BUCompareLatency()
146 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2496 int LHeight = (int)left->getHeight() + LPenalty; in BUCompareLatency() local
2500 BUHasStall(left, LHeight, SPQ); in BUCompareLatency()
2510 if (LHeight != RHeight) in BUCompareLatency()
2511 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()
2524 if (LHeight != RHeight) in BUCompareLatency()
2525 return LHeight > RHeight ? 1 : -1; in BUCompareLatency()