Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp155 struct SimpleLoopReduction { struct in __anonfd332e9a0111::LoopReroll
156 SimpleLoopReduction(Instruction *P, Loop *L) in SimpleLoopReduction() argument
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 …]