Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp173 struct SimpleLoopReduction { struct in __anonf10eef150111::LoopReroll
174 SimpleLoopReduction(Instruction *P, Loop *L) in SimpleLoopReduction() function
233 typedef SmallVector<SimpleLoopReduction, 16> SmallReductionVector;
236 void addSLR(SimpleLoopReduction &SLR) { PossibleReds.push_back(SLR); } in addSLR()
622 void LoopReroll::SimpleLoopReduction::add(Loop *L) { in add()
674 SimpleLoopReduction SLR(&*I, L); in collectPossibleReductions()