Searched defs:SimpleLoopReduction (Results 1 – 1 of 1) sorted by relevance
205 struct SimpleLoopReduction { struct in __anon25f666240111::LoopReroll206 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function211 bool valid() const { in valid()215 Instruction *getPHI() const { in getPHI()220 Instruction *getReducedValue() const { in getReducedValue()225 Instruction *get(size_t i) const { in get()233 size_t size() const { in size()241 iterator begin() { in begin()246 const_iterator begin() const { in begin()255 bool Valid = false;[all …]