Home
last modified time | relevance | path

Searched defs:SLPVectorizerPass (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h58 struct SLPVectorizerPass : public PassInfoMixin<SLPVectorizerPass> { struct
59 using StoreList = SmallVector<StoreInst *, 8>;
60 using StoreListMap = MapVector<Value *, StoreList>;
61 using GEPList = SmallVector<GetElementPtrInst *, 8>;
62 using GEPListMap = MapVector<Value *, GEPList>;
64 ScalarEvolution *SE = nullptr;
65 TargetTransformInfo *TTI = nullptr;
66 TargetLibraryInfo *TLI = nullptr;
67 AAResults *AA = nullptr;
68 LoopInfo *LI = nullptr;
[all …]