MLIR  19.0.0git
Functions
Builders.cpp File Reference
#include "mlir/IR/Builders.h"
#include "mlir/IR/AffineExpr.h"
#include "mlir/IR/AffineMap.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Dialect.h"
#include "mlir/IR/IRMapping.h"
#include "mlir/IR/IntegerSet.h"
#include "mlir/IR/Matchers.h"
#include "mlir/IR/SymbolTable.h"
#include "llvm/ADT/SmallVectorExtras.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Functions

static void notifyBlockInsertions (Operation *op, OpBuilder::Listener *listener)
 Helper function that sends block insertion notifications for every block that is directly nested in the given op. More...
 

Function Documentation

◆ notifyBlockInsertions()

static void notifyBlockInsertions ( Operation op,
OpBuilder::Listener listener 
)
static

Helper function that sends block insertion notifications for every block that is directly nested in the given op.

Definition at line 547 of file Builders.cpp.

Referenced by mlir::OpBuilder::cloneRegionBefore().