LLVM 20.0.0git
|
#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 17 of file ARMOptimizeBarriersPass.cpp.
|
static |
Definition at line 42 of file ARMOptimizeBarriersPass.cpp.
References MI.
STATISTIC | ( | NumDMBsRemoved | , |
"Number of DMBs removed" | |||
) |