LLVM 22.0.0git
ResourcePriorityQueue.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "scheduler"

Functions

static unsigned numberCtrlDepsInSU (SUnit *SU)
static unsigned numberCtrlPredInSU (SUnit *SU)

Variables

static cl::opt< boolDisableDFASched ("disable-dfa-sched", cl::Hidden, cl::desc("Disable use of DFA during scheduling"))
static cl::opt< int > RegPressureThreshold ("dfa-sched-reg-pressure-threshold", cl::Hidden, cl::init(5), cl::desc("Track reg pressure and switch priority to in-depth"))
static const unsigned PriorityOne = 200
static const unsigned PriorityTwo = 50
static const unsigned PriorityThree = 15
static const unsigned PriorityFour = 5
static const unsigned ScaleOne = 20
static const unsigned ScaleTwo = 10
static const unsigned ScaleThree = 5
static const unsigned FactorOne = 2

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "scheduler"

Definition at line 33 of file ResourcePriorityQueue.cpp.

Function Documentation

◆ numberCtrlDepsInSU()

unsigned numberCtrlDepsInSU ( SUnit * SU)
static

◆ numberCtrlPredInSU()

unsigned numberCtrlPredInSU ( SUnit * SU)
static

Definition at line 153 of file ResourcePriorityQueue.cpp.

References llvm::SUnit::Preds.

Referenced by llvm::ResourcePriorityQueue::scheduledNode().

Variable Documentation

◆ DisableDFASched

cl::opt< bool > DisableDFASched("disable-dfa-sched", cl::Hidden, cl::desc("Disable use of DFA during scheduling")) ( "disable-dfa-sched" ,
cl::Hidden ,
cl::desc("Disable use of DFA during scheduling")  )
static

◆ FactorOne

const unsigned FactorOne = 2
static

◆ PriorityFour

const unsigned PriorityFour = 5
static

◆ PriorityOne

const unsigned PriorityOne = 200
static

◆ PriorityThree

const unsigned PriorityThree = 15
static

◆ PriorityTwo

const unsigned PriorityTwo = 50
static

◆ RegPressureThreshold

cl::opt< int > RegPressureThreshold("dfa-sched-reg-pressure-threshold", cl::Hidden, cl::init(5), cl::desc("Track reg pressure and switch priority to in-depth")) ( "dfa-sched-reg-pressure-threshold" ,
cl::Hidden ,
cl::init(5) ,
cl::desc("Track reg pressure and switch priority to in-depth")  )
static

◆ ScaleOne

const unsigned ScaleOne = 20
static

◆ ScaleThree

const unsigned ScaleThree = 5
static

◆ ScaleTwo

const unsigned ScaleTwo = 10
static