Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp235 struct ReductionTracker { struct in __anon5a4a8ba20111::LoopReroll
236 typedef SmallVector<SimpleLoopReduction, 16> SmallReductionVector;
239 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()
249 void restrictToScale(uint64_t Scale, in restrictToScale()
275 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()
289 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()
312 SmallReductionVector PossibleReds;
314 DenseMap<Instruction *, int> PossibleRedIdx;
315 DenseMap<Instruction *, int> PossibleRedIter;
316 DenseSet<int> Reds;