|
MLIR 22.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 64 of file MatchersInternal.h.
|
virtualdefault |