Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Transforms/
H A DInliningUtils.h93 virtual bool shouldAnalyzeRecursively(Operation *op) const { return true; } in shouldAnalyzeRecursively() function
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestDialectInterfaces.cpp307 bool shouldAnalyzeRecursively(Operation *op) const final { in shouldAnalyzeRecursively() function
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliningUtils.cpp84 bool InlinerInterface::shouldAnalyzeRecursively(Operation *op) const { shouldAnalyzeRecursively() function in InlinerInterface
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp214 bool shouldAnalyzeRecursively(Operation *op) const final { return true; } shouldAnalyzeRecursively() function