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