MLIR  19.0.0git
Functions
Unit.cpp File Reference
#include "mlir/IR/Unit.h"
#include "mlir/IR/Operation.h"
#include "mlir/IR/OperationSupport.h"
#include "mlir/IR/Region.h"
#include "llvm/Support/raw_ostream.h"
#include <iterator>
#include <sstream>

Go to the source code of this file.

Functions

static void printOp (llvm::raw_ostream &os, Operation *op, OpPrintingFlags &flags)
 
static void printRegion (llvm::raw_ostream &os, Region *region, OpPrintingFlags &flags)
 
static void printBlock (llvm::raw_ostream &os, Block *block, OpPrintingFlags &flags)
 

Function Documentation

◆ printBlock()

static void printBlock ( llvm::raw_ostream &  os,
Block block,
OpPrintingFlags flags 
)
static

◆ printOp()

static void printOp ( llvm::raw_ostream &  os,
Operation op,
OpPrintingFlags flags 
)
static

Definition at line 19 of file Unit.cpp.

Referenced by printRegion().

◆ printRegion()

static void printRegion ( llvm::raw_ostream &  os,
Region region,
OpPrintingFlags flags 
)
static

Definition at line 28 of file Unit.cpp.

References mlir::Region::getParentOp(), mlir::Region::getRegionNumber(), and printOp().

Referenced by printBlock().