Lines Matching defs:SimpleLoopReduction
155 struct SimpleLoopReduction { struct in __anonfd332e9a0111::LoopReroll
156 SimpleLoopReduction(Instruction *P, Loop *L) in SimpleLoopReduction() function
162 bool valid() const { in valid()
166 Instruction *getPHI() const { in getPHI()
171 Instruction *getReducedValue() const { in getReducedValue()
176 Instruction *get(size_t i) const { in get()
181 Instruction *operator [] (size_t i) const { return get(i); } in operator []()
184 size_t size() const { in size()
189 typedef SmallInstructionVector::iterator iterator;
190 typedef SmallInstructionVector::const_iterator const_iterator;
192 iterator begin() { in begin()
197 const_iterator begin() const { in begin()
202 iterator end() { return Instructions.end(); } in end()
203 const_iterator end() const { return Instructions.end(); } in end()
206 bool Valid;
207 SmallInstructionVector Instructions;