Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp107 unsigned MaxHeight = 0; in closestSucc() local
113 if (Height > MaxHeight) in closestSucc()
114 MaxHeight = Height; in closestSucc()
116 return MaxHeight; in closestSucc()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2355 unsigned MaxHeight = 0; in closestSucc() local
2364 if (Height > MaxHeight) in closestSucc()
2365 MaxHeight = Height; in closestSucc()
2367 return MaxHeight; in closestSucc()