Home
last modified time | relevance | path

Searched refs:notifyOperationRemoved (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/Utils/
DGreedyPatternRewriteDriver.cpp88 void notifyOperationRemoved(Operation *op) override { in notifyOperationRemoved() function in __anonccc0d9ca0111::GreedyPatternRewriteDriver
167 notifyOperationRemoved(op); in simplify()
186 notifyOperationRemoved(op); in simplify()
293 void notifyOperationRemoved(Operation *op) override { in notifyOperationRemoved() function in __anonccc0d9ca0611::OpPatternRewriteDriver
/external/llvm-project/mlir/lib/IR/
DPatternMatch.cpp169 notifyOperationRemoved(op); in replaceOp()
177 notifyOperationRemoved(op); in eraseOp()
/external/llvm-project/mlir/include/mlir/IR/
DPatternMatch.h550 virtual void notifyOperationRemoved(Operation *op) {} in notifyOperationRemoved() function