MLIR 23.0.0git
mlir::InlinerPassOptions 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 578 of file Passes.h.

Member Data Documentation

◆ defaultPipelineStr

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

Definition at line 579 of file Passes.h.

◆ inliningThreshold

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

Definition at line 582 of file Passes.h.

◆ maxInliningIterations

unsigned mlir::InlinerPassOptions::maxInliningIterations = 4

Definition at line 581 of file Passes.h.

◆ opPipelineList

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

Definition at line 580 of file Passes.h.


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