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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3828 unsigned CurrDepth = std::numeric_limits<unsigned>::max(); local
3831 if (JoinGlobalCopies && MBBs[i].Depth < CurrDepth) {
3833 CurrDepth = MBBs[i].Depth;

Completed in 114 milliseconds