Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp200 struct SimpleLoopReduction { struct in __anond4f303190111::LoopReroll
201 SimpleLoopReduction(Instruction *P, Loop *L) : Instructions(1, P) { in SimpleLoopReduction() function
206 bool valid() const { in valid()
210 Instruction *getPHI() const { in getPHI()
215 Instruction *getReducedValue() const { in getReducedValue()
220 Instruction *get(size_t i) const { in get()
228 size_t size() const { in size()
236 iterator begin() { in begin()
241 const_iterator begin() const { in begin()
250 bool Valid = false;
[all …]