LLVM 22.0.0git
|
Go to the source code of this file.
Classes | |
class | llvm::ARMOverrideBypasses |
Post-process the DAG to create cluster edges between instrs that may be fused by the processor into a single operation. More... |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. |
Functions | |
std::unique_ptr< ScheduleDAGMutation > | llvm::createARMLatencyMutations (const class ARMSubtarget &, AAResults *AA) |
Note that you have to add: DAG.addMutation(createARMLatencyMutation(ST, AA)); to ARMTargetMachine::createMachineScheduler() to have an effect. |