Home
last modified time | relevance | path

Searched refs:SmallInstructionVector (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp197 using SmallInstructionVector = SmallVector<Instruction *, 16>; typedef in __anon29ecfd3f0111::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()
[all …]