LLVM: lib/CodeGen/WindowScheduler.cpp File Reference (original) (raw)
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)) |
◆ DEBUG_TYPE
#define DEBUG_TYPE "pipeliner"
◆ WindowIILimit
| cl::opt< unsigned > WindowIILimit("window-ii-limit", cl::desc("The upper limit of II in the window algorithm."), cl::Hidden, cl::init(1000)) ( "window-ii-limit" , cl::desc("The upper limit of II in the window algorithm.") , cl::Hidden , cl::init(1000) ) | static |
|---|