|
LLVM 22.0.0git
|
#include "llvm/CodeGen/WindowScheduler.h"#include "llvm/ADT/Statistic.h"#include "llvm/CodeGen/LiveIntervals.h"#include "llvm/CodeGen/MachineLoopInfo.h"#include "llvm/CodeGen/MachinePipeliner.h"#include "llvm/CodeGen/ModuloSchedule.h"#include "llvm/CodeGen/TargetPassConfig.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Support/TimeProfiler.h"#include "llvm/Target/TargetMachine.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "pipeliner" |
Variables | |
| static cl::opt< unsigned > | WindowIILimit ("window-ii-limit", cl::desc("The upper limit of II in the window algorithm."), cl::Hidden, cl::init(1000)) |
| #define DEBUG_TYPE "pipeliner" |
Definition at line 52 of file WindowScheduler.cpp.