Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp206 struct SimpleLoopReduction { struct in __anond1229c0b0111::LoopReroll
207 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function
265 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>;
268 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()
611 void LoopReroll::SimpleLoopReduction::add(Loop *L) { in add()
663 SimpleLoopReduction SLR(&*I, L); in collectPossibleReductions()