LLVM API Documentation
#include "ARM.h"
#include "ARMMachineFunctionInfo.h"
#include "ARMInstrInfo.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
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 DEBUG_TYPE "double barriers" |
Definition at line 18 of file ARMOptimizeBarriersPass.cpp.
static bool CanMovePastDMB | ( | const MachineInstr * | MI | ) | [static] |
Definition at line 42 of file ARMOptimizeBarriersPass.cpp.
References llvm::MachineInstr::hasUnmodeledSideEffects(), llvm::MachineInstr::isCall(), llvm::MachineInstr::isReturn(), llvm::MachineInstr::mayLoad(), and llvm::MachineInstr::mayStore().
STATISTIC | ( | NumDMBsRemoved | , |
"Number of DMBs removed" | |||
) |