Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp381 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()
382 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()
393 InstructionMap[I] = InstructionCount++; in setInstructionID()
DValueEnumerator.h85 InstructionMapType InstructionMap; variable