Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp4166 unsigned CurrDepth = std::numeric_limits<unsigned>::max(); in joinAllIntervals() local
4169 if (JoinGlobalCopies && MBB.Depth < CurrDepth) { in joinAllIntervals()
4171 CurrDepth = MBB.Depth; in joinAllIntervals()