Home
last modified time | relevance | path

Searched defs:ReductionTracker (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp263 struct ReductionTracker { struct in __anon25f666240111::LoopReroll
264 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>;
267 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()
277 void restrictToScale(uint64_t Scale, in restrictToScale()
303 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()
317 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()
340 SmallReductionVector PossibleReds;
342 DenseMap<Instruction *, int> PossibleRedIdx;
343 DenseMap<Instruction *, int> PossibleRedIter;
344 DenseSet<int> Reds;