LLVM
17.0.0git
|
Go to the source code of this file.
Functions | |
static bool | isADDIInstr (const GenericScheduler::SchedCandidate &Cand) |
Variables | |
static cl::opt< bool > | DisableAddiLoadHeuristic ("disable-ppc-sched-addi-load", cl::desc("Disable scheduling addi instruction before" "load for ppc"), cl::Hidden) |
static 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)) |
|
static |
Definition at line 24 of file PPCMachineScheduler.cpp.
Referenced by llvm::PPCPostRASchedStrategy::biasAddiCandidate().
|
static |