Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h122 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
123 InstructionMapType InstructionMap;
H A DValueEnumerator.cpp445 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()