Searched refs:RegInsts (Results 1 – 1 of 1) sorted by relevance
567 std::map<uint8_t, std::vector<const CodeGenInstruction *>> RegInsts; in run() local597 RegInsts[Opc].push_back(Inst); in run()607 if (RegInsts.count(Opc) == 0) in run()614 RegInsts.find(Opc)->second; in run()