Searched defs:InstructionMapType (Results 1 – 7 of 7) sorted by relevance
78 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType; typedef
81 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType; typedef
121 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
120 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
117 typedef DenseMap<const Instruction*, unsigned> InstructionMapType; typedef