LLVM API Documentation

Defines | Variables
ScheduleDAG.cpp File Reference
#include "llvm/CodeGen/ScheduleDAG.h"
#include "llvm/CodeGen/ScheduleHazardRecognizer.h"
#include "llvm/CodeGen/SelectionDAGNodes.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Target/TargetSubtargetInfo.h"
#include <climits>
Include dependency graph for ScheduleDAG.cpp:

Go to the source code of this file.

Defines

#define DEBUG_TYPE   "pre-RA-sched"

Variables

static cl::opt< boolStressSchedOpt ("stress-sched", cl::Hidden, cl::init(false), cl::desc("Stress test instruction scheduling"))

Define Documentation

#define DEBUG_TYPE   "pre-RA-sched"

Definition at line 28 of file ScheduleDAG.cpp.


Variable Documentation

cl::opt<bool> StressSchedOpt("stress-sched", cl::Hidden, cl::init(false), cl::desc("Stress test instruction scheduling")) [static]