Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp200 struct SimpleLoopReduction { struct in __anond4f303190111::LoopReroll
201 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function
259 using SmallReductionVector = SmallVector<SimpleLoopReduction, 16>;
262 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()
610 void LoopReroll::SimpleLoopReduction::add(Loop *L) { in add()
662 SimpleLoopReduction SLR(&*I, L); in collectPossibleReductions()