Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1993 SetVector<Instruction *> GatherSeq; member in llvm::slpvectorizer::BoUpSLP
4712 GatherSeq.insert(InsElt); in gather()
4788 GatherSeq.insert(I); in vectorizeTree()
4882 GatherSeq.insert(I); in vectorizeTree()
5580 LLVM_DEBUG(dbgs() << "SLP: Optimizing " << GatherSeq.size() in optimizeGatherSequence()
5583 for (Instruction *I : GatherSeq) { in optimizeGatherSequence()
5662 GatherSeq.clear(); in optimizeGatherSequence()