Searched defs:SimpleLoopReduction (Results 1 – 1 of 1) sorted by relevance
210 struct SimpleLoopReduction { struct in __anon29ecfd3f0111::LoopReroll211 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function216 bool valid() const { in valid()220 Instruction *getPHI() const { in getPHI()225 Instruction *getReducedValue() const { in getReducedValue()230 Instruction *get(size_t i) const { in get()235 Instruction *operator [] (size_t i) const { return get(i); } in operator []()238 size_t size() const { in size()243 using iterator = SmallInstructionVector::iterator;244 using const_iterator = SmallInstructionVector::const_iterator;[all …]