Go to the source code of this file.
|
| STATISTIC (NumNewPredsAdded, "Number of times a single predecessor was added") |
|
| STATISTIC (NumTopoInits, "Number of times the topological order has been recomputed") |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "pre-RA-sched" |
◆ STATISTIC() [1/2]
STATISTIC |
( |
NumNewPredsAdded |
, |
|
|
"Number of times a single predecessor was added" |
|
|
) |
| |
◆ STATISTIC() [2/2]
STATISTIC |
( |
NumTopoInits |
, |
|
|
"Number of times the topological order has been recomputed" |
|
|
) |
| |
◆ StressSchedOpt
cl::opt< bool > StressSchedOpt("stress-sched", cl::Hidden, cl::init(false), cl::desc("Stress test instruction scheduling")) |
( |
"stress-sched" |
, |
|
|
cl::Hidden |
, |
|
|
cl::init(false) |
, |
|
|
cl::desc("Stress test instruction scheduling") |
|
|
) |
| |
|
static |