Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp193 using SmallInstructionSet = SmallPtrSet<Instruction *, 16>; typedef in __anond1229c0b0111::LoopReroll
279 SmallInstructionSet &PossibleRedSet, in restrictToScale()
280 SmallInstructionSet &PossibleRedPHISet, in restrictToScale()
281 SmallInstructionSet &PossibleRedLastSet) { in restrictToScale()
379 SmallInstructionSet SubsumedInsts;
410 SmallInstructionSet SubsumedInsts);
411 bool findRootsBase(Instruction *IVU, SmallInstructionSet SubsumedInsts);
416 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet);
418 const SmallInstructionSet &Exclude,
419 const SmallInstructionSet &Final,
[all …]