Lines Matching refs:SmallInstructionVector
167 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()
610 const SmallInstructionVector &Roots, in collectInLoopUserSet()
614 for (SmallInstructionVector::const_iterator I = Roots.begin(), in collectInLoopUserSet()
667 SmallInstructionVector BaseUsers; in collectPossibleRoots()
1394 SmallInstructionVector Users; in replaceSelected()
1399 for (SmallInstructionVector::iterator J = Users.begin(), in replaceSelected()
1505 SmallInstructionVector PossibleIVs; in runOnLoop()
1519 for (SmallInstructionVector::iterator I = PossibleIVs.begin(), in runOnLoop()