Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp210 struct SimpleLoopReduction { struct in __anon9a4a00a80111::LoopReroll
211 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() argument
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()
238 size_t size() const { in size()
246 iterator begin() { in begin()
251 const_iterator begin() const { in begin()
260 bool Valid = false;
[all …]