Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp192 using SmallInstructionVector = SmallVector<Instruction *, 16>; typedef in __anond1229c0b0111::LoopReroll
239 using iterator = SmallInstructionVector::iterator;
240 using const_iterator = SmallInstructionVector::const_iterator;
257 SmallInstructionVector Instructions;
376 SmallInstructionVector Roots;
417 void collectInLoopUserSet(const SmallInstructionVector &Roots,
462 SmallInstructionVector LoopIncs;
484 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
580 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs()
689 SmallInstructionVector Queue(1, Root); in collectInLoopUserSet()
[all …]