Searched defs:InstructionSet (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | MergeICmps.cpp | 203 typedef SmallDenseSet<const Instruction *, 8> InstructionSet; typedef in __anonde3b773f0111::BCECmpBlock |
H A D | LoopDistribute.cpp | 123 using InstructionSet = SmallSetVector<Instruction *, 8>; typedef in __anon5f80120c0111::InstPartition |
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | VectorUtils.cpp | 610 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local |