Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp107 unsigned MaxHeight = 0; in closestSucc() local
113 if (Height > MaxHeight) in closestSucc()
114 MaxHeight = Height; in closestSucc()
116 return MaxHeight; in closestSucc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2347 unsigned MaxHeight = 0; in closestSucc() local
2356 if (Height > MaxHeight) in closestSucc()
2357 MaxHeight = Height; in closestSucc()
2359 return MaxHeight; in closestSucc()