Searched refs:CurrDepth (Results 1 – 1 of 1) sorted by relevance
2857 unsigned CurrDepth = UINT_MAX; in joinAllIntervals() local2860 if (JoinGlobalCopies && MBBs[i].Depth < CurrDepth) { in joinAllIntervals()2862 CurrDepth = MBBs[i].Depth; in joinAllIntervals()