Searched refs:RegInsts (Results 1 – 1 of 1) sorted by relevance
519 std::map<uint8_t, std::vector<const CodeGenInstruction *>> RegInsts; in run() local548 RegInsts[Opc].push_back(Inst); in run()560 auto RegInstsIt = RegInsts.find(Opc); in run()561 if (RegInstsIt == RegInsts.end()) in run()