Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3952 unsigned CurrDepth = std::numeric_limits<unsigned>::max(); in joinAllIntervals() local
3955 if (JoinGlobalCopies && MBBs[i].Depth < CurrDepth) { in joinAllIntervals()
3957 CurrDepth = MBBs[i].Depth; in joinAllIntervals()