Home
last modified time | relevance | path

Searched refs:SimpleLoopReduction (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp205 struct SimpleLoopReduction { struct in __anon25f666240111::LoopReroll
206 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function
264 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()