LLVM 22.0.0git
HexagonExpandCondsets.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "expand-condsets"

Functions

 INITIALIZE_PASS_BEGIN (HexagonExpandCondsets, "expand-condsets", "Hexagon Expand Condsets", false, false) INITIALIZE_PASS_END(HexagonExpandCondsets

Variables

static cl::opt< unsignedOptTfrLimit ("expand-condsets-tfr-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of mux expansions"))
static cl::opt< unsignedOptCoaLimit ("expand-condsets-coa-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of segment coalescings"))
expand condsets
expand Hexagon Expand Condsets
expand Hexagon Expand false

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "expand-condsets"

Definition at line 123 of file HexagonExpandCondsets.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( HexagonExpandCondsets ,
"expand-condsets" ,
"Hexagon Expand Condsets" ,
false ,
false  )

Variable Documentation

◆ Condsets

expand Hexagon Expand Condsets

Definition at line 249 of file HexagonExpandCondsets.cpp.

◆ condsets

expand condsets

Definition at line 248 of file HexagonExpandCondsets.cpp.

◆ false

expand Hexagon Expand false

Definition at line 249 of file HexagonExpandCondsets.cpp.

◆ OptCoaLimit

cl::opt< unsigned > OptCoaLimit("expand-condsets-coa-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of segment coalescings")) ( "expand-condsets-coa-limit" ,
cl::init(~0U) ,
cl::Hidden ,
cl::desc("Max number of segment coalescings")  )
static

◆ OptTfrLimit

cl::opt< unsigned > OptTfrLimit("expand-condsets-tfr-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of mux expansions")) ( "expand-condsets-tfr-limit" ,
cl::init(~0U) ,
cl::Hidden ,
cl::desc("Max number of mux expansions")  )
static