Searched defs:InstrList (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp299 typedef SmallVector<Instruction *, 16> InstrList; typedef in class:llvm::slpvectorizer::BoUpSLP
H A DLoopVectorize.cpp5592 typedef SmallVector<Instruction *, 2> InstrList; typedef
5593 DenseMap<unsigned, InstrList> TransposeEnds;
5629 InstrList &List = TransposeEnds[i];

Completed in 133 milliseconds