Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp108 unsigned MaxHeight = 0; in closestSucc() local
114 if (Height > MaxHeight) in closestSucc()
115 MaxHeight = Height; in closestSucc()
117 return MaxHeight; in closestSucc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2311 unsigned MaxHeight = 0; in closestSucc() local
2320 if (Height > MaxHeight) in closestSucc()
2321 MaxHeight = Height; in closestSucc()
2323 return MaxHeight; in closestSucc()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2186 unsigned MaxHeight = 0; in closestSucc() local
2195 if (Height > MaxHeight) in closestSucc()
2196 MaxHeight = Height; in closestSucc()
2198 return MaxHeight; in closestSucc()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2079 unsigned MaxHeight = 0; in closestSucc() local
2089 if (Height > MaxHeight) in closestSucc()
2090 MaxHeight = Height; in closestSucc()
2092 return MaxHeight; in closestSucc()