Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp205 struct SimpleLoopReduction { struct in __anon25f666240111::LoopReroll
206 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function
211 bool valid() const { in valid()
215 Instruction *getPHI() const { in getPHI()
220 Instruction *getReducedValue() const { in getReducedValue()
225 Instruction *get(size_t i) const { in get()
233 size_t size() const { in size()
241 iterator begin() { in begin()
246 const_iterator begin() const { in begin()
255 bool Valid = false;
[all …]