Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Transforms/
H A DInliner.h48 void setMaxInliningIterations(unsigned max) { maxInliningIterations = max; } in setMaxInliningIterations() function
/llvm-project/mlir/lib/Transforms/
H A DInlinerPass.cpp180 config.setMaxInliningIterations(maxInliningIterations); in initializeOptions()