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