Searched defs:ReductionTracker (Results 1 – 1 of 1) sorted by relevance
264 struct ReductionTracker { struct in __anond1229c0b0111::LoopReroll265 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>;268 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()278 void restrictToScale(uint64_t Scale, in restrictToScale()304 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()318 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()341 SmallReductionVector PossibleReds;343 DenseMap<Instruction *, int> PossibleRedIdx;344 DenseMap<Instruction *, int> PossibleRedIter;345 DenseSet<int> Reds;