Searched refs:InstructionMap (Results 1 – 6 of 6) sorted by relevance
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()
122 InstructionMapType InstructionMap; variable
442 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()443 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()454 InstructionMap[I] = InstructionCount++; in setInstructionID()
120 InstructionMapType InstructionMap; variable
485 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()486 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()497 InstructionMap[I] = InstructionCount++; in setInstructionID()