LLVM API Documentation

Defines | Functions | Variables
ScheduleDAGVLIW.cpp File Reference
#include "llvm/CodeGen/SchedulerRegistry.h"
#include "ScheduleDAGSDNodes.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/LatencyPriorityQueue.h"
#include "llvm/CodeGen/ResourcePriorityQueue.h"
#include "llvm/CodeGen/ScheduleHazardRecognizer.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Target/TargetSubtargetInfo.h"
#include <climits>
Include dependency graph for ScheduleDAGVLIW.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "pre-RA-sched"

Functions

 STATISTIC (NumNoops,"Number of noops inserted")
 STATISTIC (NumStalls,"Number of pipeline stalls")

Variables

static RegisterScheduler VLIWScheduler ("vliw-td","VLIW scheduler", createVLIWDAGScheduler)

Define Documentation

#define DEBUG_TYPE   "pre-RA-sched"

Definition at line 38 of file ScheduleDAGVLIW.cpp.


Function Documentation

STATISTIC ( NumNoops  ,
"Number of noops inserted"   
)
STATISTIC ( NumStalls  ,
"Number of pipeline stalls"   
)

Variable Documentation

RegisterScheduler VLIWScheduler("vliw-td","VLIW scheduler", createVLIWDAGScheduler) [static]