| MLIR
    22.0.0git
    | 
#include "mlir/Query/Matcher/MatchersInternal.h"
 Inheritance diagram for mlir::query::matcher::MatcherInterface:
 Inheritance diagram for mlir::query::matcher::MatcherInterface:| Public Member Functions | |
| virtual | ~MatcherInterface ()=default | 
| virtual bool | match (Operation *op)=0 | 
| virtual bool | match (Operation *op, SetVector< Operation * > &matchedOps)=0 | 
Definition at line 64 of file MatchersInternal.h.
| 
 | virtualdefault | 
| 
 | pure virtual |