LLVM API Documentation

DelaySlotFiller.cpp File Reference

#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

FunctionPassllvm::createSparcDelaySlotFillerPass (TargetMachine &tm)

Variables

Statistic FilledSlots ("delayslotfiller","Num. of delay slots filled")


Variable Documentation

Statistic FilledSlots("delayslotfiller","Num. of delay slots filled") [static]

const TargetInstrInfo* TII

Definition at line 30 of file DelaySlotFiller.cpp.

TargetMachine& TM

Target machine description which we query for reg. names, data layout, etc.

Definition at line 29 of file DelaySlotFiller.cpp.