Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp245 struct ReductionTracker { struct in __anond0c6c5aa0111::LoopReroll
246 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>;
249 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()
259 void restrictToScale(uint64_t Scale, in restrictToScale()
285 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()
299 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()
322 SmallReductionVector PossibleReds;
324 DenseMap<Instruction *, int> PossibleRedIdx;
325 DenseMap<Instruction *, int> PossibleRedIter;
326 DenseSet<int> Reds;