Home
last modified time | relevance | path

Searched defs:notifyOperationReplaced (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DPatternMatch.h419 virtual void notifyOperationReplaced(Operation *op, in notifyOperationReplaced() function
428 virtual void notifyOperationReplaced(Operation *op, in notifyOperationReplaced() function
481 void notifyOperationReplaced(Operation *op, Operation *newOp) override { notifyOperationReplaced() function
485 void notifyOperationReplaced(Operation *op, notifyOperationReplaced() function
/llvm-project/mlir/lib/Transforms/Utils/
H A DGreedyPatternRewriteDriver.cpp754 void GreedyPatternRewriteDriver::notifyOperationReplaced( in notifyOperationReplaced() function in GreedyPatternRewriteDriver
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/
H A DTransformInterfaces.cpp1294 void transform::TrackingListener::notifyOperationReplaced( notifyOperationReplaced() function in transform::TrackingListener
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestPatterns.cpp368 void notifyOperationReplaced(Operation *op, ValueRange values) override { notifyOperationReplaced() function