Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h120 using InstructionMapType = DenseMap<const Instruction *, unsigned>; variable
121 InstructionMapType InstructionMap;
H A DValueEnumerator.cpp504 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()