#include "mlir/Transforms/Inliner.h"
Definition at line 26 of file Inliner.h.
◆ DefaultPipelineTy
◆ OpPipelinesTy
◆ InlinerConfig() [1/2]
mlir::InlinerConfig::InlinerConfig |
( |
| ) |
|
|
default |
◆ InlinerConfig() [2/2]
mlir::InlinerConfig::InlinerConfig |
( |
DefaultPipelineTy |
defaultPipeline, |
|
|
unsigned |
maxInliningIterations |
|
) |
| |
|
inline |
◆ getDefaultPipeline()
◆ getMaxInliningIterations()
unsigned mlir::InlinerConfig::getMaxInliningIterations |
( |
| ) |
const |
|
inline |
◆ getOpPipelines()
const OpPipelinesTy& mlir::InlinerConfig::getOpPipelines |
( |
| ) |
const |
|
inline |
◆ setDefaultPipeline()
◆ setMaxInliningIterations()
void mlir::InlinerConfig::setMaxInliningIterations |
( |
unsigned |
max | ) |
|
|
inline |
◆ setOpPipelines()
void mlir::InlinerConfig::setOpPipelines |
( |
OpPipelinesTy |
pipelines | ) |
|
|
inline |
The documentation for this class was generated from the following file: