Searched refs:NextCandidate (Results 1 – 1 of 1) sorted by relevance
92 ConvergenceRegion *NextCandidate = Start; in findParentRegion() local94 while (Candidate != NextCandidate && NextCandidate != nullptr) { in findParentRegion()95 Candidate = NextCandidate; in findParentRegion()96 NextCandidate = nullptr; in findParentRegion()104 NextCandidate = Child; in findParentRegion()