Searched defs:InstructionSet (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ | ||
H A D | MergeICmps.cpp | 201 typedef SmallDenseSet<const Instruction *, 8> InstructionSet; typedef in __anone25890d60111::BCECmpBlock |
H A D | LoopDistribute.cpp | 126 using InstructionSet = SmallPtrSet<Instruction *, 8>; typedef in __anonf92e1f230111::InstPartition |
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ | ||
H A D | VectorUtils.cpp | 677 SmallPtrSet<Instruction *, 4> InstructionSet; in computeMinimumValueSizes() local |