Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp206 struct SimpleLoopReduction { struct in __anond1229c0b0111::LoopReroll
207 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function
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 …]