LLVM API Documentation
#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>
Go to the source code of this file.
Defines | |
#define | DEBUG_TYPE "pre-RA-sched" |
Variables | |
static cl::opt< bool > | StressSchedOpt ("stress-sched", cl::Hidden, cl::init(false), cl::desc("Stress test instruction scheduling")) |
#define DEBUG_TYPE "pre-RA-sched" |
Definition at line 28 of file ScheduleDAG.cpp.
cl::opt<bool> StressSchedOpt("stress-sched", cl::Hidden, cl::init(false), cl::desc("Stress test instruction scheduling")) [static] |
Referenced by llvm::ScheduleDAG::ScheduleDAG().