Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DValueEnumerator.h62 typedef DenseMap<const Instruction*, unsigned> InstructionMapType; typedef
63 InstructionMapType InstructionMap;
DValueEnumerator.cpp112 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.h122 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
123 InstructionMapType InstructionMap;
DValueEnumerator.cpp445 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
/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()