Lines Matching refs:SmallInstructionVector
197 using SmallInstructionVector = SmallVector<Instruction *, 16>; typedef in __anon9a4a00a80111::LoopReroll
243 using iterator = SmallInstructionVector::iterator;
244 using const_iterator = SmallInstructionVector::const_iterator;
261 SmallInstructionVector Instructions;
380 SmallInstructionVector Roots;
421 void collectInLoopUserSet(const SmallInstructionVector &Roots,
466 SmallInstructionVector LoopIncs;
488 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
584 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs()
698 SmallInstructionVector Queue(1, Root); in collectInLoopUserSet()
731 const SmallInstructionVector &Roots, in collectInLoopUserSet()
789 SmallInstructionVector BaseUsers; in collectPossibleRoots()
1585 SmallInstructionVector Users; in replaceSelected()
1684 SmallInstructionVector PossibleIVs; in runOnLoop()