Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp187 struct SimpleLoopReduction { struct in __anond0c6c5aa0111::LoopReroll
188 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function
193 bool valid() const { in valid()
197 Instruction *getPHI() const { in getPHI()
202 Instruction *getReducedValue() const { in getReducedValue()
207 Instruction *get(size_t i) const { in get()
215 size_t size() const { in size()
223 iterator begin() { in begin()
228 const_iterator begin() const { in begin()
237 bool Valid = false;
[all …]