Lines Matching refs:SmallInstructionVector
173 using SmallInstructionVector = SmallVector<Instruction *, 16>; typedef in __anond0c6c5aa0111::LoopReroll
220 using iterator = SmallInstructionVector::iterator;
221 using const_iterator = SmallInstructionVector::const_iterator;
238 SmallInstructionVector Instructions;
357 SmallInstructionVector Roots;
398 void collectInLoopUserSet(const SmallInstructionVector &Roots,
443 SmallInstructionVector LoopIncs;
465 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
550 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs()
659 SmallInstructionVector Queue(1, Root); in collectInLoopUserSet()
692 const SmallInstructionVector &Roots, in collectInLoopUserSet()
750 SmallInstructionVector BaseUsers; in collectPossibleRoots()
1544 SmallInstructionVector Users; in replaceSelected()
1643 SmallInstructionVector PossibleIVs; in runOnLoop()