|
LLVM
4.0.0
|
#include "ARM.h"#include "ARMInstrInfo.h"#include "ARMMachineFunctionInfo.h"#include "llvm/ADT/Statistic.h"#include "llvm/CodeGen/MachineFunctionPass.h"Go to the source code of this file.
Macros | |
| #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 |
Definition at line 43 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" | |||
| ) |
1.8.6