Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp198 using SmallInstructionSet = SmallPtrSet<Instruction *, 16>; typedef in __anon29ecfd3f0111::LoopReroll
283 SmallInstructionSet &PossibleRedSet, in restrictToScale()
284 SmallInstructionSet &PossibleRedPHISet, in restrictToScale()
285 SmallInstructionSet &PossibleRedLastSet) { in restrictToScale()
383 SmallInstructionSet SubsumedInsts;
414 SmallInstructionSet SubsumedInsts);
415 bool findRootsBase(Instruction *IVU, SmallInstructionSet SubsumedInsts);
420 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet);
422 const SmallInstructionSet &Exclude,
423 const SmallInstructionSet &Final,
[all …]