Searched defs:SimpleLoopReduction (Results 1 – 1 of 1) sorted by relevance
187 struct SimpleLoopReduction { struct in __anond0c6c5aa0111::LoopReroll188 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function193 bool valid() const { in valid()197 Instruction *getPHI() const { in getPHI()202 Instruction *getReducedValue() const { in getReducedValue()207 Instruction *get(size_t i) const { in get()215 size_t size() const { in size()223 iterator begin() { in begin()228 const_iterator begin() const { in begin()237 bool Valid = false;[all …]