Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp22394 SmallVector<Value *> CommonCandidates(Candidates); in tryToReduce() local
22403 CommonCandidates.push_back(RdxVal); in tryToReduce()
22407 if (isFixedVectorShuffle(CommonCandidates, Mask, AC)) { in tryToReduce()
22409 Candidates.swap(CommonCandidates); in tryToReduce()