LLVM 19.0.0git
Macros | Functions | Variables
ScheduleDAGVLIW.cpp File Reference
#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)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "pre-RA-sched"

Definition at line 33 of file ScheduleDAGVLIW.cpp.

Function Documentation

◆ STATISTIC() [1/2]

STATISTIC ( NumNoops  ,
"Number of noops inserted"   
)

◆ STATISTIC() [2/2]

STATISTIC ( NumStalls  ,
"Number of pipeline stalls"   
)

Variable Documentation

◆ VLIWScheduler

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