Searched refs:InstructionPredicateMatcher (Results 1 – 1 of 1) sorted by relevance
1524 class InstructionPredicateMatcher : public PredicateMatcher { class1528 virtual ~InstructionPredicateMatcher() {} in ~InstructionPredicateMatcher()1569 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()1593 if (InstructionPredicateMatcher::isHigherPriorityThan(B)) in isHigherPriorityThan()1636 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()1686 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()1731 if (!InstructionPredicateMatcher::isIdentical(B)) in isIdentical()1768 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()1809 return InstructionPredicateMatcher::isIdentical(B) && in isIdentical()1840 static bool classof(const InstructionPredicateMatcher *P) { in classof()[all …]