Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp302 unsigned MaxSuccHeight = 0; in ComputeHeight() local
306 MaxSuccHeight = std::max(MaxSuccHeight, in ComputeHeight()
316 if (MaxSuccHeight != Cur->Height) { in ComputeHeight()
318 Cur->Height = MaxSuccHeight; in ComputeHeight()