Searched refs:InstructionMap (Results 1 – 6 of 6) sorted by relevance
124 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()125 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()130 InstructionMap[I] = InstructionCount++; in setInstructionID()
79 InstructionMapType InstructionMap; variable
82 InstructionMapType InstructionMap; variable