Searched refs:SimpleLoopReduction (Results 1 – 1 of 1) sorted by relevance
210 struct SimpleLoopReduction { struct in __anon29ecfd3f0111::LoopReroll211 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() argument269 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>;272 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()620 void LoopReroll::SimpleLoopReduction::add(Loop *L) { in add()672 SimpleLoopReduction SLR(&*I, L); in collectPossibleReductions()