Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2344 unsigned MaxHeight = 0; in closestSucc() local
2353 if (Height > MaxHeight) in closestSucc()
2354 MaxHeight = Height; in closestSucc()
2356 return MaxHeight; in closestSucc()