Searched refs:InstructionMap (Results 1 – 2 of 2) sorted by relevance
381 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()
85 InstructionMapType InstructionMap; variable