Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp4074 unsigned CurrDepth = std::numeric_limits<unsigned>::max(); in joinAllIntervals() local
4077 if (JoinGlobalCopies && MBB.Depth < CurrDepth) { in joinAllIntervals()
4079 CurrDepth = MBB.Depth; in joinAllIntervals()