MLIR 22.0.0git
mlir::InlinerOptions Struct Reference

#include "mlir/Transforms/Passes.h"

Public Attributes

std::string defaultPipelineStr = "canonicalize"
::llvm::SmallVector< OpPassManageropPipelineList
unsigned maxInliningIterations = 4
unsigned inliningThreshold = -1U

Detailed Description

Definition at line 500 of file Passes.h.

Member Data Documentation

◆ defaultPipelineStr

std::string mlir::InlinerOptions::defaultPipelineStr = "canonicalize"

Definition at line 501 of file Passes.h.

◆ inliningThreshold

unsigned mlir::InlinerOptions::inliningThreshold = -1U

Definition at line 504 of file Passes.h.

◆ maxInliningIterations

unsigned mlir::InlinerOptions::maxInliningIterations = 4

Definition at line 503 of file Passes.h.

◆ opPipelineList

::llvm::SmallVector<OpPassManager> mlir::InlinerOptions::opPipelineList

Definition at line 502 of file Passes.h.


The documentation for this struct was generated from the following file: