Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp210 struct SimpleLoopReduction { struct in __anon29ecfd3f0111::LoopReroll
211 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function
216 bool valid() const { in valid()
220 Instruction *getPHI() const { in getPHI()
225 Instruction *getReducedValue() const { in getReducedValue()
230 Instruction *get(size_t i) const { in get()
235 Instruction *operator [] (size_t i) const { return get(i); } in operator []()
238 size_t size() const { in size()
243 using iterator = SmallInstructionVector::iterator;
244 using const_iterator = SmallInstructionVector::const_iterator;
[all …]