Searched defs:ReductionTracker (Results 1 – 1 of 1) sorted by relevance
258 struct ReductionTracker { struct in __anon24dafce00111::LoopReroll259 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>;262 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()272 void restrictToScale(uint64_t Scale, in restrictToScale()298 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()312 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()335 SmallReductionVector PossibleReds;337 DenseMap<Instruction *, int> PossibleRedIdx;338 DenseMap<Instruction *, int> PossibleRedIter;339 DenseSet<int> Reds;