Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp161 typedef SmallVector<Instruction *, 16> SmallInstructionVector; typedef in __anonf10eef150111::LoopReroll
207 typedef SmallInstructionVector::iterator iterator;
208 typedef SmallInstructionVector::const_iterator const_iterator;
225 SmallInstructionVector Instructions;
344 SmallInstructionVector Roots;
381 void collectInLoopUserSet(const SmallInstructionVector &Roots,
423 SmallInstructionVector LoopIncs;
442 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
578 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs()
700 SmallInstructionVector Queue(1, Root); in collectInLoopUserSet()
[all …]