Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp232 struct ReductionTracker { struct in __anonf10eef150111::LoopReroll
233 typedef SmallVector<SimpleLoopReduction, 16> SmallReductionVector;
236 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()
246 void restrictToScale(uint64_t Scale, in restrictToScale()
272 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()
286 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()
309 SmallReductionVector PossibleReds;
311 DenseMap<Instruction *, int> PossibleRedIdx;
312 DenseMap<Instruction *, int> PossibleRedIter;
313 DenseSet<int> Reds;