CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
circt::ArcStateAllocationOptions Struct Reference

#include <pipelines.h>

Inheritance diagram for circt::ArcStateAllocationOptions:
Inheritance graph
[legend]
Collaboration diagram for circt::ArcStateAllocationOptions:
Collaboration graph
[legend]

Public Attributes

Option< unsigned > splitFuncsThreshold
 

Detailed Description

Definition at line 94 of file pipelines.h.

Member Data Documentation

◆ splitFuncsThreshold

Option<unsigned> circt::ArcStateAllocationOptions::splitFuncsThreshold
Initial value:
{
*this, "split-funcs-threshold",
llvm::cl::desc("Split large MLIR functions that occur above the given "
"size threshold"),
llvm::cl::ValueOptional}

Definition at line 96 of file pipelines.h.


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