LLVM 20.0.0git
|
#include "ScheduleDAGSDNodes.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/ResourcePriorityQueue.h"
#include "llvm/CodeGen/ScheduleHazardRecognizer.h"
#include "llvm/CodeGen/SchedulerRegistry.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
#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 33 of file ScheduleDAGVLIW.cpp.
STATISTIC | ( | NumNoops | , |
"Number of noops inserted" | |||
) |
STATISTIC | ( | NumStalls | , |
"Number of pipeline stalls" | |||
) |
|
static |