LLVM 22.0.0git
WindowScheduler.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "pipeliner"

Variables

static cl::opt< unsignedWindowIILimit ("window-ii-limit", cl::desc("The upper limit of II in the window algorithm."), cl::Hidden, cl::init(1000))

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "pipeliner"

Definition at line 52 of file WindowScheduler.cpp.

Variable Documentation

◆ 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