Lines Matching defs:SimpleLoopReduction
173 struct SimpleLoopReduction { struct in __anonf10eef150111::LoopReroll
174 SimpleLoopReduction(Instruction *P, Loop *L) in SimpleLoopReduction() function
180 bool valid() const { in valid()
184 Instruction *getPHI() const { in getPHI()
189 Instruction *getReducedValue() const { in getReducedValue()
194 Instruction *get(size_t i) const { in get()
199 Instruction *operator [] (size_t i) const { return get(i); } in operator []()
202 size_t size() const { in size()
207 typedef SmallInstructionVector::iterator iterator;
208 typedef SmallInstructionVector::const_iterator const_iterator;
210 iterator begin() { in begin()
215 const_iterator begin() const { in begin()
220 iterator end() { return Instructions.end(); } in end()
221 const_iterator end() const { return Instructions.end(); } in end()
224 bool Valid;
225 SmallInstructionVector Instructions;