Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp200 struct SimpleLoopReduction { struct in __anon7bdb902e0111::LoopReroll
201 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() argument
206 bool valid() const { in valid()
210 Instruction *getPHI() const { in getPHI()
215 Instruction *getReducedValue() const { in getReducedValue()
220 Instruction *get(size_t i) const { in get()
225 Instruction *operator [] (size_t i) const { return get(i); } in operator []()
228 size_t size() const { in size()
233 using iterator = SmallInstructionVector::iterator;
234 using const_iterator = SmallInstructionVector::const_iterator;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp206 struct SimpleLoopReduction { struct in __anon8e7574340111::LoopReroll
207 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() argument
212 bool valid() const { in valid()
216 Instruction *getPHI() const { in getPHI()
221 Instruction *getReducedValue() const { in getReducedValue()
226 Instruction *get(size_t i) const { in get()
231 Instruction *operator [] (size_t i) const { return get(i); } in operator []()
234 size_t size() const { in size()
239 using iterator = SmallInstructionVector::iterator;
240 using const_iterator = SmallInstructionVector::const_iterator;
[all …]
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp173 struct SimpleLoopReduction { struct in __anonda39918c0111::LoopReroll
174 SimpleLoopReduction(Instruction *P, Loop *L) in SimpleLoopReduction() function
180 bool valid() const { in valid()
184 Instruction *getPHI() const { in getPHI()
189 Instruction *getReducedValue() const { in getReducedValue()
194 Instruction *get(size_t i) const { in get()
199 Instruction *operator [] (size_t i) const { return get(i); } in operator []()
202 size_t size() const { in size()
207 typedef SmallInstructionVector::iterator iterator;
208 typedef SmallInstructionVector::const_iterator const_iterator;
[all …]