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