LLVM 20.0.0git
|
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/Twine.h"
#include "llvm/CodeGen/MachineScheduler.h"
#include "llvm/CodeGen/TargetSchedule.h"
#include <limits>
#include <memory>
#include <utility>
Go to the source code of this file.
Classes | |
class | llvm::VLIWResourceModel |
class | llvm::VLIWMachineScheduler |
Extend the standard ScheduleDAGMILive to provide more context and override the top-level schedule() driver. More... | |
class | llvm::ConvergingVLIWScheduler |
struct | llvm::ConvergingVLIWScheduler::SchedCandidate |
Store the state used by ConvergingVLIWScheduler heuristics, required for the lifetime of one invocation of pickNode(). More... | |
struct | llvm::ConvergingVLIWScheduler::VLIWSchedBoundary |
Each Scheduling boundary is associated with ready queues. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |