Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp223 findPathsToMatch(LoopInfo &LI, BasicBlock *From, in findPathsToMatch() function in llvm::SPIRV::ConvergenceRegionAnalyzer
236 auto ChildSet = findPathsToMatch(LI, To, isMatch); in findPathsToMatch()
288 auto N = findPathsToMatch(LI, Exit, [&CT](const BasicBlock *block) { in analyze()