Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp197 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;
466 SmallInstructionVector LoopIncs;
698 SmallInstructionVector Queue(1, Root); in collectInLoopUserSet()
731 const SmallInstructionVector &Roots, in collectInLoopUserSet()
789 SmallInstructionVector BaseUsers; in collectPossibleRoots()
1585 SmallInstructionVector Users; in replaceSelected()
[all …]