Searched defs:SimpleLoopReduction (Results 1 – 1 of 1) sorted by relevance
206 struct SimpleLoopReduction { struct in __anond1229c0b0111::LoopReroll207 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function212 bool valid() const { in valid()216 Instruction *getPHI() const { in getPHI()221 Instruction *getReducedValue() const { in getReducedValue()226 Instruction *get(size_t i) const { in get()231 Instruction *operator [] (size_t i) const { return get(i); } in operator []()234 size_t size() const { in size()239 using iterator = SmallInstructionVector::iterator;240 using const_iterator = SmallInstructionVector::const_iterator;[all …]