Go to the source code of this file.
◆ isADDIInstr()
bool isADDIInstr |
( |
const GenericScheduler::SchedCandidate & | Cand | ) |
|
|
static |
◆ DisableAddiLoadHeuristic
cl::opt< bool > DisableAddiLoadHeuristic("disable-ppc-sched-addi-load", cl::desc("Disable scheduling addi instruction before" "load for ppc"), cl::Hidden) |
( |
"disable-ppc-sched-addi-load" | , |
|
|
cl::desc("Disable scheduling addi instruction before" "load for ppc") | , |
|
|
cl::Hidden | ) |
|
static |
◆ EnableAddiHeuristic
cl::opt< bool > EnableAddiHeuristic("ppc-postra-bias-addi", cl::desc("Enable scheduling addi instruction as early" "as possible post ra"), cl::Hidden, cl::init(true)) |
( |
"ppc-postra-bias-addi" | , |
|
|
cl::desc("Enable scheduling addi instruction as early" "as possible post ra") | , |
|
|
cl::Hidden | , |
|
|
cl::init(true) | ) |
|
static |