Searched defs:notifyBlockInserted (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | Builders.h | 310 virtual void notifyBlockInserted(Block *block, Region *previous, notifyBlockInserted() function |
H A D | PatternMatch.h | 469 void notifyBlockInserted(Block *block, Region *previous, notifyBlockInserted() function |
/llvm-project/mlir/lib/Transforms/Utils/ | ||
H A D | GreedyPatternRewriteDriver.cpp | 660 void GreedyPatternRewriteDriver::notifyBlockInserted( in notifyBlockInserted() function in GreedyPatternRewriteDriver |
H A D | DialectConversion.cpp | 1517 void ConversionPatternRewriterImpl::notifyBlockInserted( notifyBlockInserted() function in ConversionPatternRewriterImpl |
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ | ||
H A D | BufferizeHLFIR.cpp | 749 virtual void notifyBlockInserted(mlir::Block *block, mlir::Region *previous, notifyBlockInserted() function |
/llvm-project/mlir/test/lib/Dialect/Test/ | ||
H A D | TestPatterns.cpp | 329 void notifyBlockInserted(Block *block, Region *previous, notifyBlockInserted() function |