Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h121 InstructionMapType InstructionMap; variable
H A DValueEnumerator.cpp492 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
493 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
504 InstructionMap[I] = InstructionCount++; in setInstructionID()