Searched refs:NextCandidate (Results 1 – 1 of 1) sorted by relevance
81 ConvergenceRegion *NextCandidate = Start; in findParentRegion() local83 while (Candidate != NextCandidate && NextCandidate != nullptr) { in findParentRegion()84 Candidate = NextCandidate; in findParentRegion()85 NextCandidate = nullptr; in findParentRegion()93 NextCandidate = Child; in findParentRegion()