Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopRerollPass.cpp172 struct SimpleLoopReduction { struct in __anonbeccc9430111::LoopReroll
173 SimpleLoopReduction(Instruction *P, Loop *L) in SimpleLoopReduction() function
232 typedef SmallVector<SimpleLoopReduction, 16> SmallReductionVector;
235 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()
503 void LoopReroll::SimpleLoopReduction::add(Loop *L) { in add()
555 SimpleLoopReduction SLR(I, L); in collectPossibleReductions()