|
LLVM 22.0.0git
|
#include "ARM.h"#include "ARMInstrInfo.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 16 of file ARMOptimizeBarriersPass.cpp.
|
static |
Definition at line 40 of file ARMOptimizeBarriersPass.cpp.
References MI.
| STATISTIC | ( | NumDMBsRemoved | , |
| "Number of DMBs removed" | ) |