HomeSort by: relevance | last modified time | path
    Searched refs:RHeight (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNILPSched.cpp 136 int RHeight = (int)right->getHeight();
145 if (LHeight != RHeight)
146 return LHeight > RHeight ? 1 : -1;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 2481 int RHeight = (int)right->getHeight() + RPenalty;
2486 BUHasStall(right, RHeight, SPQ);
2494 if (LHeight != RHeight)
2495 return LHeight > RHeight ? 1 : -1;
2508 if (LHeight != RHeight)
2509 return LHeight > RHeight ? 1 : -1;

Completed in 24 milliseconds