Searched defs:SLPVectorizerPass (Results 1 – 1 of 1) sorted by relevance
60 struct SLPVectorizerPass : public PassInfoMixin<SLPVectorizerPass> { struct61 using StoreList = SmallVector<StoreInst *, 8>;62 using StoreListMap = MapVector<Value *, StoreList>;63 using GEPList = SmallVector<GetElementPtrInst *, 8>;64 using GEPListMap = MapVector<Value *, GEPList>;66 ScalarEvolution *SE = nullptr;67 TargetTransformInfo *TTI = nullptr;68 TargetLibraryInfo *TLI = nullptr;69 AliasAnalysis *AA = nullptr;70 LoopInfo *LI = nullptr;[all …]