Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp258 struct ReductionTracker { struct in __anondfb149be0111::LoopReroll
259 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>;
262 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()
272 void restrictToScale(uint64_t Scale, in restrictToScale()
298 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()
312 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()
335 SmallReductionVector PossibleReds;
337 DenseMap<Instruction *, int> PossibleRedIdx;
338 DenseMap<Instruction *, int> PossibleRedIter;
339 DenseSet<int> Reds;