Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp200 struct SimpleLoopReduction { struct in __anondfb149be0111::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 …]