LLVM API Documentation

Defines | Functions
ARMOptimizeBarriersPass.cpp File Reference
#include "ARM.h"
#include "ARMMachineFunctionInfo.h"
#include "ARMInstrInfo.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
Include dependency graph for ARMOptimizeBarriersPass.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "double barriers"

Functions

 STATISTIC (NumDMBsRemoved,"Number of DMBs removed")
static bool CanMovePastDMB (const MachineInstr *MI)

Define Documentation

#define DEBUG_TYPE   "double barriers"

Definition at line 18 of file ARMOptimizeBarriersPass.cpp.


Function Documentation

static bool CanMovePastDMB ( const MachineInstr MI) [static]
STATISTIC ( NumDMBsRemoved  ,
"Number of DMBs removed"   
)