Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp155 struct SimpleLoopReduction { struct in __anon0179e5a70111::LoopReroll
156 SimpleLoopReduction(Instruction *P, Loop *L) in SimpleLoopReduction() function
162 bool valid() const { in valid()
166 Instruction *getPHI() const { in getPHI()
171 Instruction *getReducedValue() const { in getReducedValue()
176 Instruction *get(size_t i) const { in get()
181 Instruction *operator [] (size_t i) const { return get(i); } in operator []()
184 size_t size() const { in size()
189 typedef SmallInstructionVector::iterator iterator;
190 typedef SmallInstructionVector::const_iterator const_iterator;
[all …]