Home
last modified time | relevance | path

Searched refs:shouldAnalyzeRecursively (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/include/mlir/Transforms/
DInliningUtils.h91 virtual bool shouldAnalyzeRecursively(Operation *op) const { return true; } in shouldAnalyzeRecursively() function
172 virtual bool shouldAnalyzeRecursively(Operation *op) const;
/external/llvm-project/mlir/lib/Transforms/Utils/
DInliningUtils.cpp87 bool InlinerInterface::shouldAnalyzeRecursively(Operation *op) const { in shouldAnalyzeRecursively() function in InlinerInterface
89 return handler ? handler->shouldAnalyzeRecursively(op) : true; in shouldAnalyzeRecursively()
125 if (interface.shouldAnalyzeRecursively(&op) && in isLegalToInline()
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestDialect.cpp119 bool shouldAnalyzeRecursively(Operation *op) const final { in shouldAnalyzeRecursively() function
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp63 bool shouldAnalyzeRecursively(Operation *op) const final { return true; } in shouldAnalyzeRecursively() function