Home
last modified time | relevance | path

Searched refs:NextCandidate (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp92 ConvergenceRegion *NextCandidate = Start; in findParentRegion() local
94 while (Candidate != NextCandidate && NextCandidate != nullptr) { in findParentRegion()
95 Candidate = NextCandidate; in findParentRegion()
96 NextCandidate = nullptr; in findParentRegion()
104 NextCandidate = Child; in findParentRegion()