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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp137 int RHeight = (int)right->getHeight(); local
146 if (LHeight != RHeight)
147 return LHeight > RHeight ? 1 : -1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2478 int RHeight = (int)right->getHeight() + RPenalty;
2483 BUHasStall(right, RHeight, SPQ);
2491 if (LHeight != RHeight)
2492 return LHeight > RHeight ? 1 : -1;
2505 if (LHeight != RHeight)
2506 return LHeight > RHeight ? 1 : -1;

Completed in 195 milliseconds