Searched refs:CurrDepth (Results 1 – 1 of 1) sorted by relevance
3952 unsigned CurrDepth = std::numeric_limits<unsigned>::max(); in joinAllIntervals() local3955 if (JoinGlobalCopies && MBBs[i].Depth < CurrDepth) { in joinAllIntervals()3957 CurrDepth = MBBs[i].Depth; in joinAllIntervals()