Searched defs:SimpleLoopReduction (Results 1 – 1 of 1) sorted by relevance
173 struct SimpleLoopReduction { struct in __anonf10eef150111::LoopReroll174 SimpleLoopReduction(Instruction *P, Loop *L) in SimpleLoopReduction() argument180 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;[all …]