Searched defs:SLPVectorizerPass (Results 1 – 1 of 1) sorted by relevance
58 struct SLPVectorizerPass : public PassInfoMixin<SLPVectorizerPass> { struct59 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 …]