Searched refs:InstructionMap (Results 1 – 2 of 2) sorted by relevance
85 InstructionMapType InstructionMap; variable
390 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()391 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()402 InstructionMap[I] = InstructionCount++; in setInstructionID()