Home
last modified time | relevance | path

Searched refs:getMaxInliningIterations (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Transforms/
H A DInliner.h41 unsigned getMaxInliningIterations() const { return maxInliningIterations; } in getMaxInliningIterations() function
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliner.cpp482 } while (++iterationCount < inliner.config.getMaxInliningIterations()); in inlineSCC()