Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDValueEnumerator.h122 InstructionMapType InstructionMap; variable
HDValueEnumerator.cpp442 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
443 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
454 InstructionMap[I] = InstructionCount++; in setInstructionID()