LLVM
8.0.1
|
#include "Lanai.h"
#include "LanaiTargetMachine.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/Support/CommandLine.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "delay-slot-filler" |
Functions | |
STATISTIC (FilledSlots, "Number of delay slots filled") | |
Variables | |
static cl::opt< bool > | NopDelaySlotFiller ("lanai-nop-delay-filler", cl::init(false), cl::desc("Fill Lanai delay slots with NOPs."), cl::Hidden) |
#define DEBUG_TYPE "delay-slot-filler" |
Definition at line 25 of file LanaiDelaySlotFiller.cpp.
STATISTIC | ( | FilledSlots | , |
"Number of delay slots filled" | |||
) |