Searched defs:SimpleLoopReduction (Results 1 – 1 of 1) sorted by relevance
176 struct SimpleLoopReduction { struct in __anon5a4a8ba20111::LoopReroll177 SimpleLoopReduction(Instruction *P, Loop *L) in SimpleLoopReduction() argument183 bool valid() const { in valid()187 Instruction *getPHI() const { in getPHI()192 Instruction *getReducedValue() const { in getReducedValue()197 Instruction *get(size_t i) const { in get()202 Instruction *operator [] (size_t i) const { return get(i); } in operator []()205 size_t size() const { in size()210 typedef SmallInstructionVector::iterator iterator;211 typedef SmallInstructionVector::const_iterator const_iterator;[all …]