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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2170 unsigned CurrDepth = UINT_MAX; local
2173 if (JoinGlobalCopies && MBBs[i].Depth < CurrDepth) {
2175 CurrDepth = MBBs[i].Depth;

Completed in 100 milliseconds