Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp210 struct SimpleLoopReduction { struct in __anon29ecfd3f0111::LoopReroll
211 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() argument
269 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()