Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4944 ValueSet SourceVectors; in buildTree_rec() local
4946 SourceVectors.insert(cast<Instruction>(V)->getOperand(0)); in buildTree_rec()
4950 if (count_if(VL, [&SourceVectors](Value *V) { in buildTree_rec()
4951 return !SourceVectors.contains(V); in buildTree_rec()