LLVM: lib/Target/Hexagon/HexagonExpandCondsets.cpp File Reference (original) (raw)
Go to the source code of this file.
| Macros | |
|---|---|
| #define | DEBUG_TYPE "expand-condsets" |
| Functions |
|---|
| Variables | |
|---|---|
| static cl::opt< unsigned > | OptTfrLimit ("expand-condsets-tfr-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of mux expansions")) |
| static cl::opt< unsigned > | OptCoaLimit ("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 |
◆ DEBUG_TYPE
#define DEBUG_TYPE "expand-condsets"
◆ INITIALIZE_PASS_BEGIN()
| INITIALIZE_PASS_BEGIN | ( | HexagonExpandCondsets | , |
|---|---|---|---|
| "expand-condsets" | , | ||
| "Hexagon Expand Condsets" | , | ||
| false | , | ||
| false | ) |
◆ Condsets
expand Hexagon Expand Condsets
◆ condsets
◆ false
◆ 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 |
|---|