Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp192 using SmallInstructionVector = SmallVector<Instruction *, 16>; typedef in __anon25f666240111::LoopReroll
238 using iterator = SmallInstructionVector::iterator;
239 using const_iterator = SmallInstructionVector::const_iterator;
256 SmallInstructionVector Instructions;
375 SmallInstructionVector Roots;
461 SmallInstructionVector LoopIncs;
693 SmallInstructionVector Queue(1, Root); in collectInLoopUserSet()
726 const SmallInstructionVector &Roots, in collectInLoopUserSet()
784 SmallInstructionVector BaseUsers; in collectPossibleRoots()
1576 SmallInstructionVector Users; in replaceSelected()
[all …]