MLIR  19.0.0git
Public Member Functions | Public Attributes | List of all members
mlir::affine::NestedPatternContext Class Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ NestedPatternContext()

mlir::affine::NestedPatternContext::NestedPatternContext ( )
inline

Definition at line 161 of file NestedMatcher.h.

References allocator.

◆ ~NestedPatternContext()

mlir::affine::NestedPatternContext::~NestedPatternContext ( )
inline

Definition at line 169 of file NestedMatcher.h.

Member Data Documentation

◆ allocator

llvm::BumpPtrAllocator mlir::affine::NestedPatternContext::allocator

Definition at line 173 of file NestedMatcher.h.

Referenced by NestedPatternContext().


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