Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp187 struct SimpleLoopReduction { struct in __anond0c6c5aa0111::LoopReroll
188 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() argument
246 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()