LLVM 20.0.0git
Classes | Namespaces | Functions
ARMLatencyMutations.h File Reference
#include "llvm/CodeGen/MachineScheduler.h"
#include "llvm/CodeGen/ScheduleDAGMutation.h"

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 ARMPassConfig::createMachineScheduler() to have an effect.