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