Searched defs:ReductionTracker (Results 1 – 1 of 1) sorted by relevance
268 struct ReductionTracker { struct in __anon29ecfd3f0111::LoopReroll269 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>;272 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()282 void restrictToScale(uint64_t Scale, in restrictToScale()308 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()322 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()345 SmallReductionVector PossibleReds;347 DenseMap<Instruction *, int> PossibleRedIdx;348 DenseMap<Instruction *, int> PossibleRedIter;349 DenseSet<int> Reds;