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