Searched refs:SimpleLoopReduction (Results 1 – 1 of 1) sorted by relevance
206 struct SimpleLoopReduction { struct in __anond1229c0b0111::LoopReroll207 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function265 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>;268 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()611 void LoopReroll::SimpleLoopReduction::add(Loop *L) { in add()663 SimpleLoopReduction SLR(&*I, L); in collectPossibleReductions()