Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp167 typedef SmallVector<Instruction *, 16> SmallInstructionVector; typedef in __anon90c5a1d60111::LoopReroll
210 typedef SmallInstructionVector::iterator iterator;
211 typedef SmallInstructionVector::const_iterator const_iterator;
228 SmallInstructionVector Instructions;
347 SmallInstructionVector Roots;
382 void collectInLoopUserSet(const SmallInstructionVector &Roots,
422 SmallInstructionVector LoopIncs;
431 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
466 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs()
576 SmallInstructionVector Queue(1, Root); in collectInLoopUserSet()
[all …]