Go to the source code of this file.
|
| INITIALIZE_PASS (HexagonGenMux, "hexagon-gen-mux", "Hexagon generate mux instructions", false, false) void HexagonGenMux |
|
static cl::opt< unsigned > | MinPredDist ("hexagon-gen-mux-threshold", cl::Hidden, cl::init(0), cl::desc("Minimum distance between predicate definition and " "farther of the two predicated uses")) |
◆ DEBUG_TYPE
#define DEBUG_TYPE "hexmux" |
◆ INITIALIZE_PASS()
INITIALIZE_PASS |
( |
HexagonGenMux | , |
|
|
"hexagon-gen-mux" | , |
|
|
"Hexagon generate mux instructions" | , |
|
|
false | , |
|
|
false | ) |
◆ MinPredDist
cl::opt< unsigned > MinPredDist("hexagon-gen-mux-threshold", cl::Hidden, cl::init(0), cl::desc("Minimum distance between predicate definition and " "farther of the two predicated uses")) |
( |
"hexagon-gen-mux-threshold" | , |
|
|
cl::Hidden | , |
|
|
cl::init(0) | , |
|
|
cl::desc("Minimum distance between predicate definition and " "farther of the two predicated uses") | ) |
|
static |