LLVM 19.0.0git
Functions
AArch64MachineScheduler.cpp File Reference
#include "AArch64MachineScheduler.h"
#include "AArch64InstrInfo.h"
#include "AArch64Subtarget.h"
#include "MCTargetDesc/AArch64MCTargetDesc.h"

Go to the source code of this file.

Functions

static bool needReorderStoreMI (const MachineInstr *MI)
 
static bool mayOverlapWrite (const MachineInstr &MI0, const MachineInstr &MI1, int64_t &Off0, int64_t &Off1)
 

Function Documentation

◆ mayOverlapWrite()

static bool mayOverlapWrite ( const MachineInstr MI0,
const MachineInstr MI1,
int64_t &  Off0,
int64_t &  Off1 
)
static

◆ needReorderStoreMI()

static bool needReorderStoreMI ( const MachineInstr MI)
static