Lines Matching refs:SmallInstructionVector
192 using SmallInstructionVector = SmallVector<Instruction *, 16>; typedef in __anon25f666240111::LoopReroll
238 using iterator = SmallInstructionVector::iterator;
239 using const_iterator = SmallInstructionVector::const_iterator;
256 SmallInstructionVector Instructions;
375 SmallInstructionVector Roots;
416 void collectInLoopUserSet(const SmallInstructionVector &Roots,
461 SmallInstructionVector LoopIncs;
483 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
579 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs()
693 SmallInstructionVector Queue(1, Root); in collectInLoopUserSet()
726 const SmallInstructionVector &Roots, in collectInLoopUserSet()
784 SmallInstructionVector BaseUsers; in collectPossibleRoots()
1576 SmallInstructionVector Users; in replaceSelected()
1675 SmallInstructionVector PossibleIVs; in runOnLoop()