Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp236 auto ChildSet = findPathsToMatch(LI, To, isMatch); in findPathsToMatch() local
237 if (ChildSet.size() == 0) in findPathsToMatch()
240 Output.insert(ChildSet.begin(), ChildSet.end()); in findPathsToMatch()