LLVM API Documentation

Functions
ARMHazardRecognizer.cpp File Reference
#include "ARMHazardRecognizer.h"
#include "ARMBaseInstrInfo.h"
#include "ARMBaseRegisterInfo.h"
#include "ARMSubtarget.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/ScheduleDAG.h"
#include "llvm/Target/TargetRegisterInfo.h"
Include dependency graph for ARMHazardRecognizer.cpp:

Go to the source code of this file.

Functions

static bool hasRAWHazard (MachineInstr *DefMI, MachineInstr *MI, const TargetRegisterInfo &TRI)

Function Documentation

static bool hasRAWHazard ( MachineInstr DefMI,
MachineInstr MI,
const TargetRegisterInfo TRI 
) [static]