Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h120 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
121 InstructionMapType InstructionMap;
H A DValueEnumerator.cpp492 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()