#include "mlir/Transforms/Inliner.h"
Definition at line 27 of file Inliner.h.
◆ DefaultPipelineTy
◆ OpPipelinesTy
◆ InlinerConfig() [1/2]
mlir::InlinerConfig::InlinerConfig |
( |
| ) |
|
|
default |
◆ InlinerConfig() [2/2]
mlir::InlinerConfig::InlinerConfig |
( |
DefaultPipelineTy |
defaultPipeline, |
|
|
unsigned |
maxInliningIterations |
|
) |
| |
|
inline |
◆ getCanHandleMultipleBlocks()
bool mlir::InlinerConfig::getCanHandleMultipleBlocks |
( |
| ) |
const |
|
inline |
◆ getCloneCallback()
◆ getDefaultPipeline()
◆ getMaxInliningIterations()
unsigned mlir::InlinerConfig::getMaxInliningIterations |
( |
| ) |
const |
|
inline |
◆ getOpPipelines()
const OpPipelinesTy& mlir::InlinerConfig::getOpPipelines |
( |
| ) |
const |
|
inline |
◆ setCanHandleMultipleBlocks()
void mlir::InlinerConfig::setCanHandleMultipleBlocks |
( |
bool |
value = true | ) |
|
|
inline |
◆ setCloneCallback()
◆ 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: