Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp268 struct ReductionTracker { struct in __anon29ecfd3f0111::LoopReroll
269 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>;
272 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()
282 void restrictToScale(uint64_t Scale, in restrictToScale()
308 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()
322 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()
345 SmallReductionVector PossibleReds;
347 DenseMap<Instruction *, int> PossibleRedIdx;
348 DenseMap<Instruction *, int> PossibleRedIter;
349 DenseSet<int> Reds;