Searched refs:OpcRegInsts (Results 1 – 1 of 1) sorted by relevance
631 std::vector<const CodeGenInstruction *> &OpcRegInsts = RegInstsIt->second; in run() local633 auto Match = find_if(OpcRegInsts, IsMatch(MemInst, Records)); in run()634 if (Match != OpcRegInsts.end()) { in run()646 OpcRegInsts.erase(Match); in run()