Home
last modified time | relevance | path

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

/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h78 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType; typedef
79 InstructionMapType InstructionMap;
DValueEnumerator.cpp124 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h78 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType; typedef
79 InstructionMapType InstructionMap;
DValueEnumerator.cpp124 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h81 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType; typedef
82 InstructionMapType InstructionMap;
DValueEnumerator.cpp124 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()