LLVM API Documentation
#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>
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 DEBUG_TYPE "pre-RA-sched" |
Definition at line 38 of file ScheduleDAGVLIW.cpp.
STATISTIC | ( | NumNoops | , |
"Number of noops inserted" | |||
) |
STATISTIC | ( | NumStalls | , |
"Number of pipeline stalls" | |||
) |
RegisterScheduler VLIWScheduler("vliw-td","VLIW scheduler", createVLIWDAGScheduler) [static] |