Home
last modified time | relevance | path

Searched defs:InstructionSet (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp201 typedef SmallDenseSet<const Instruction *, 8> InstructionSet; typedef in __anone25890d60111::BCECmpBlock
H A DLoopDistribute.cpp126 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anonf92e1f230111::InstPartition
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp677 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local