Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp2885 unsigned CurrDepth = UINT_MAX; in joinAllIntervals() local
2888 if (JoinGlobalCopies && MBBs[i].Depth < CurrDepth) { in joinAllIntervals()
2890 CurrDepth = MBBs[i].Depth; in joinAllIntervals()