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.cpp81 ConvergenceRegion *NextCandidate = Start; in findParentRegion() local
83 while (Candidate != NextCandidate && NextCandidate != nullptr) { in findParentRegion()
84 Candidate = NextCandidate; in findParentRegion()
85 NextCandidate = nullptr; in findParentRegion()
93 NextCandidate = Child; in findParentRegion()