|
LLVM
3.7.0
|
#include "llvm/ADT/PriorityQueue.h"#include "llvm/Analysis/AliasAnalysis.h"#include "llvm/CodeGen/LiveIntervalAnalysis.h"#include "llvm/CodeGen/MachineScheduler.h"#include "llvm/CodeGen/Passes.h"#include "llvm/CodeGen/RegisterClassInfo.h"#include "llvm/CodeGen/RegisterPressure.h"#include "llvm/CodeGen/ResourcePriorityQueue.h"#include "llvm/CodeGen/ScheduleDAGInstrs.h"#include "llvm/CodeGen/ScheduleHazardRecognizer.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetInstrInfo.h"Go to the source code of this file.
Classes | |
| class | llvm::VLIWResourceModel |
| class | llvm::VLIWMachineScheduler |
| Extend the standard ScheduleDAGMI to provide more context and override the top-level schedule() driver. More... | |
| class | llvm::ConvergingVLIWScheduler |
| ConvergingVLIWScheduler shrinks the unscheduled zone using heuristics to balance the schedule. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
1.8.6