Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp272 unsigned MaxPredDepth = 0; in ComputeDepth() local
276 MaxPredDepth = std::max(MaxPredDepth, in ComputeDepth()
286 if (MaxPredDepth != Cur->Depth) { in ComputeDepth()
288 Cur->Depth = MaxPredDepth; in ComputeDepth()