Searched refs:SmallInstructionVector (Results 1 – 1 of 1) sorted by relevance
197 using SmallInstructionVector = SmallVector<Instruction *, 16>; typedef in __anon29ecfd3f0111::LoopReroll243 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()[all …]