Searched refs:hasOp2 (Results 1 – 1 of 1) sorted by relevance
55 bool hasOp2(unsigned Opc) const { return OpSet2.count(Opc) != 0; } in hasOp2() function in __anonb447b9d50111::FusionFeature168 if (Feature.hasOp2(SecondMI.getOpcode())) { in shouldScheduleAdjacent()