Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp214 struct ReductionTracker { struct in __anonfd332e9a0111::LoopReroll
215 typedef SmallVector<SimpleLoopReduction, 16> SmallReductionVector;
218 void addSLR(SimpleLoopReduction &SLR) { in addSLR()
229 void restrictToScale(uint64_t Scale, in restrictToScale()
256 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()
270 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()
290 bool isSelectedPHI(Instruction *J) { in isSelectedPHI()
309 SmallReductionVector PossibleReds;
311 DenseMap<Instruction *, int> PossibleRedIdx;
312 DenseMap<Instruction *, int> PossibleRedIter;
[all …]