|
MLIR 22.0.0git
|
RAII structure to transparently manage the bump allocator for NestedPattern and NestedMatch classes. More...
#include "mlir/Dialect/Affine/Analysis/NestedMatcher.h"
Public Member Functions | |
| NestedPatternContext () | |
| ~NestedPatternContext () | |
Public Attributes | |
| llvm::BumpPtrAllocator | allocator |
RAII structure to transparently manage the bump allocator for NestedPattern and NestedMatch classes.
This avoids passing a context to all the API functions.
Definition at line 159 of file NestedMatcher.h.
|
inline |
Definition at line 161 of file NestedMatcher.h.
References allocator.
|
inline |
Definition at line 169 of file NestedMatcher.h.
| llvm::BumpPtrAllocator mlir::affine::NestedPatternContext::allocator |
Definition at line 173 of file NestedMatcher.h.
Referenced by NestedPatternContext().