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