Searched refs:CompleteMatchMatcher (Results 1 – 5 of 5) sorted by relevance
1126 class CompleteMatchMatcher : public Matcher {1131 CompleteMatchMatcher(ArrayRef<unsigned> results, in CompleteMatchMatcher() function1146 return cast<CompleteMatchMatcher>(M)->Results == Results && in isEqualImpl()1147 &cast<CompleteMatchMatcher>(M)->Pattern == &Pattern; in isEqualImpl()
297 void CompleteMatchMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
247 if (CompleteMatchMatcher *CM = in ContractNodes()248 dyn_cast<CompleteMatchMatcher>(EN->getNext())) { in ContractNodes()
1056 const CompleteMatchMatcher *CM = cast<CompleteMatchMatcher>(N); in EmitMatcher()
1071 AddMatcher(new CompleteMatchMatcher(Results, Pattern)); in EmitResultCode()