Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp4069 unsigned CurrDepth = std::numeric_limits<unsigned>::max(); in joinAllIntervals() local
4072 if (JoinGlobalCopies && MBB.Depth < CurrDepth) { in joinAllIntervals()
4074 CurrDepth = MBB.Depth; in joinAllIntervals()