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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.h71 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType; typedef in class:llvm_2_9::ValueEnumerator
72 InstructionMapType InstructionMap;
H A DValueEnumerator.cpp115 InstructionMapType::const_iterator I = InstructionMap.find(Inst);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.h71 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType; typedef in class:llvm_2_9_func::ValueEnumerator
72 InstructionMapType InstructionMap;
H A DValueEnumerator.cpp115 InstructionMapType::const_iterator I = InstructionMap.find(Inst);
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.h71 typedef llvm::DenseMap<const llvm::Instruction*, unsigned> InstructionMapType; typedef in class:llvm_3_2::ValueEnumerator
72 InstructionMapType InstructionMap;
H A DValueEnumerator.cpp115 InstructionMapType::const_iterator I = InstructionMap.find(Inst);

Completed in 164 milliseconds