Home
last modified time | relevance | path

Searched refs:InstructionMapType (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.h117 typedef DenseMap<const Instruction*, unsigned> InstructionMapType; typedef
118 InstructionMapType InstructionMap;
DValueEnumerator.cpp411 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h121 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
122 InstructionMapType InstructionMap;
DValueEnumerator.cpp442 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.h119 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
120 InstructionMapType InstructionMap;
DValueEnumerator.cpp485 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()