Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp187 using SmallInstructionVector = SmallVector<Instruction *, 16>; typedef in __anond4f303190111::LoopReroll
233 using iterator = SmallInstructionVector::iterator;
234 using const_iterator = SmallInstructionVector::const_iterator;
251 SmallInstructionVector Instructions;
370 SmallInstructionVector Roots;
456 SmallInstructionVector LoopIncs;
688 SmallInstructionVector Queue(1, Root); in collectInLoopUserSet()
722 const SmallInstructionVector &Roots, in collectInLoopUserSet()
780 SmallInstructionVector BaseUsers; in collectPossibleRoots()
1552 SmallInstructionVector Users; in replaceSelected()
[all …]