Searched refs:InstructionMap (Results 1 – 4 of 4) sorted by relevance
122 InstructionMapType InstructionMap; variable
502 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()503 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()514 InstructionMap[I] = InstructionCount++; in setInstructionID()
121 InstructionMapType InstructionMap; variable
467 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()468 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()479 InstructionMap[I] = InstructionCount++; in setInstructionID()