Searched refs:SimpleLoopReduction (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 206 struct SimpleLoopReduction { struct in __anon8e7574340111::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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 200 struct SimpleLoopReduction { struct in __anon7bdb902e0111::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()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 173 struct SimpleLoopReduction { struct in __anonda39918c0111::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()
|