Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5373 ValueSet SourceVectors; in buildTree_rec() local
5375 SourceVectors.insert(cast<Instruction>(V)->getOperand(0)); in buildTree_rec()
5380 if (count_if(VL, [&SourceVectors](Value *V) { in buildTree_rec()
5381 return !SourceVectors.contains(V); in buildTree_rec()