Searched refs:SimpleLoopReduction (Results 1 – 1 of 1) sorted by relevance
172 struct SimpleLoopReduction { struct in __anonbeccc9430111::LoopReroll173 SimpleLoopReduction(Instruction *P, Loop *L) in SimpleLoopReduction() function232 typedef SmallVector<SimpleLoopReduction, 16> SmallReductionVector;235 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()503 void LoopReroll::SimpleLoopReduction::add(Loop *L) { in add()555 SimpleLoopReduction SLR(I, L); in collectPossibleReductions()