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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNILPSched.cpp 107 unsigned MaxHeight = 0;
113 if (Height > MaxHeight)
114 MaxHeight = Height;
116 return MaxHeight;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 2331 unsigned MaxHeight = 0;
2340 if (Height > MaxHeight)
2341 MaxHeight = Height;
2343 return MaxHeight;

Completed in 73 milliseconds