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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp136 int LHeight = (int)left->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.cpp2477 int LHeight = (int)left->getHeight() + LPenalty;
2481 BUHasStall(left, LHeight, SPQ);
2491 if (LHeight != RHeight)
2492 return LHeight > RHeight ? 1 : -1;
2505 if (LHeight != RHeight)
2506 return LHeight > RHeight ? 1 : -1;

Completed in 115 milliseconds