Searched refs: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() argument246 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>;249 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()581 void LoopReroll::SimpleLoopReduction::add(Loop *L) { in add()633 SimpleLoopReduction SLR(&*I, L); in collectPossibleReductions()