LLVM API Documentation
#include "Sparc.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Target/TargetInstrInfo.h"#include "llvm/ADT/Statistic.h"Include dependency graph for DelaySlotFiller.cpp:

Go to the source code of this file.
Functions | |
| FunctionPass * | llvm::createSparcDelaySlotFillerPass (TargetMachine &tm) |
Variables | |
| Statistic | FilledSlots ("delayslotfiller","Num. of delay slots filled") |
Statistic FilledSlots("delayslotfiller","Num. of delay slots filled") [static] |
| const TargetInstrInfo* TII |
Definition at line 30 of file DelaySlotFiller.cpp.
Target machine description which we query for reg. names, data layout, etc.
Definition at line 29 of file DelaySlotFiller.cpp.