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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp108 unsigned MaxHeight = 0; local
114 if (Height > MaxHeight)
115 MaxHeight = Height;
117 return MaxHeight;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2328 unsigned MaxHeight = 0;
2337 if (Height > MaxHeight)
2338 MaxHeight = Height;
2340 return MaxHeight;

Completed in 145 milliseconds