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