Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp13304 for (int PrevDepth = 0, MaxDepth = 16; MaxDepth <= 1024; in copyExtraInfo() local
13305 PrevDepth = MaxDepth, MaxDepth *= 2, Visited.clear()) { in copyExtraInfo()
13311 VisitFrom(VisitFrom, N, MaxDepth - PrevDepth); in copyExtraInfo()