LLVM: lib/Target/Hexagon/HexagonGenMux.cpp File Reference (original) (raw)

Go to the source code of this file.

Macros
#define DEBUG_TYPE "hexmux"
Functions
Variables
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