My Project
Public Member Functions | Protected Member Functions | List of all members
mlir::PatternState Class Reference

#include <PatternMatch.h>

Public Member Functions

virtual ~PatternState ()
 

Protected Member Functions

 PatternState ()
 

Detailed Description

Pattern state is used by patterns that want to maintain state between their match and rewrite phases. Patterns can define a pattern-specific subclass of this.

Constructor & Destructor Documentation

◆ ~PatternState()

virtual mlir::PatternState::~PatternState ( )
inlinevirtual

◆ PatternState()

mlir::PatternState::PatternState ( )
inlineprotected

The documentation for this class was generated from the following file: