Searched defs:ReductionTracker (Results 1 – 1 of 1) sorted by relevance
214 struct ReductionTracker { struct in __anonfd332e9a0111::LoopReroll215 typedef SmallVector<SimpleLoopReduction, 16> SmallReductionVector;218 void addSLR(SimpleLoopReduction &SLR) { in addSLR()229 void restrictToScale(uint64_t Scale, in restrictToScale()256 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()270 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()290 bool isSelectedPHI(Instruction *J) { in isSelectedPHI()309 SmallReductionVector PossibleReds;311 DenseMap<Instruction *, int> PossibleRedIdx;312 DenseMap<Instruction *, int> PossibleRedIter;[all …]