Searched defs:SimpleLoopReduction (Results 1 – 1 of 1) sorted by relevance
210 struct SimpleLoopReduction { struct in __anon9a4a00a80111::LoopReroll211 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() argument216 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()238 size_t size() const { in size()246 iterator begin() { in begin()251 const_iterator begin() const { in begin()260 bool Valid = false;[all …]