Searched refs:SmallInstructionVector (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp149 typedef SmallVector<Instruction *, 16> SmallInstructionVector; typedef in class:__anon26293::LoopReroll
189 typedef SmallInstructionVector::iterator iterator;
190 typedef SmallInstructionVector::const_iterator const_iterator;
207 SmallInstructionVector Instructions;
316 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
320 const SmallInstructionVector &Roots,
331 SmallInstructionVector &LoopIncs);
333 SmallVector<SmallInstructionVector, 32> &Roots,
335 SmallInstructionVector &LoopIncs);
368 SmallInstructionVector
[all...]

Completed in 119 milliseconds