Go to the source code of this file.
|
| STATISTIC (NumSkippedPasses, "Number of skipped passes") |
|
| STATISTIC (NumLRTQueries, "Number of LastRunTracking queries") |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "last-run-tracking" |
◆ STATISTIC() [1/2]
STATISTIC |
( |
NumLRTQueries |
, |
|
|
"Number of LastRunTracking queries" |
|
|
) |
| |
◆ STATISTIC() [2/2]
STATISTIC |
( |
NumSkippedPasses |
, |
|
|
"Number of skipped passes" |
|
|
) |
| |
◆ DisableLastRunTracking
cl::opt< bool > DisableLastRunTracking("disable-last-run-tracking", cl::Hidden, cl::desc("Disable last run tracking"), cl::init(false)) |
( |
"disable-last-run-tracking" |
, |
|
|
cl::Hidden |
, |
|
|
cl::desc("Disable last run tracking") |
, |
|
|
cl::init(false) |
|
|
) |
| |
|
static |