Lines Matching refs:SmallInstructionVector
187 using SmallInstructionVector = SmallVector<Instruction *, 16>; typedef in __anond4f303190111::LoopReroll
233 using iterator = SmallInstructionVector::iterator;
234 using const_iterator = SmallInstructionVector::const_iterator;
251 SmallInstructionVector Instructions;
370 SmallInstructionVector Roots;
411 void collectInLoopUserSet(const SmallInstructionVector &Roots,
456 SmallInstructionVector LoopIncs;
478 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
574 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs()
688 SmallInstructionVector Queue(1, Root); in collectInLoopUserSet()
722 const SmallInstructionVector &Roots, in collectInLoopUserSet()
780 SmallInstructionVector BaseUsers; in collectPossibleRoots()
1552 SmallInstructionVector Users; in replaceSelected()
1661 SmallInstructionVector PossibleIVs; in runOnLoop()