Searched refs:InstructionMap (Results 1 – 6 of 6) sorted by relevance
62 InstructionMap; variable158 if (InstructionMap.empty()) in getInstructionMap()160 return InstructionMap; in getInstructionMap()166 assert(I != InstructionMap.end() && "Not an instruction"); in getInstruction()
215 InstructionMap.try_emplace(R, std::make_unique<CodeGenInstruction>(R)); in ReadInstructions()
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
507 InstructionMapType::const_iterator I = InstructionMap.find(Inst); in getInstructionID()508 assert(I != InstructionMap.end() && "Instruction is not mapped!"); in getInstructionID()519 InstructionMap[I] = InstructionCount++; in setInstructionID()