Searched refs:InstructionMap (Results 1 – 4 of 4) sorted by relevance
112 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()113 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()118 InstructionMap[I] = InstructionCount++; in setInstructionID()
63 InstructionMapType InstructionMap; variable
118 InstructionMapType InstructionMap; variable
411 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()412 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()423 InstructionMap[I] = InstructionCount++; in setInstructionID()