Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp173 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;
443 SmallInstructionVector LoopIncs;
659 SmallInstructionVector Queue(1, Root); in collectInLoopUserSet()
692 const SmallInstructionVector &Roots, in collectInLoopUserSet()
750 SmallInstructionVector BaseUsers; in collectPossibleRoots()
1544 SmallInstructionVector Users; in replaceSelected()
[all …]