Lines Matching refs:statistic
560 [`llvm::Statistic`](http://llvm.org/docs/ProgrammersManual.html#the-statistic-class-stats-option)
583 /// Define the statistic to track during the execution of MyPass.
584 Statistic exampleStat{this, "exampleStat", "An example statistic"};
589 // Update the statistic after some invariant was hit.
610 (S) 15 exampleStat - An example statistic
613 (S) 6 exampleStat - An example statistic
628 (S) 21 exampleStat - An example statistic
786 Statistic statistic{this, "example-statistic", "An example statistic"};
824 Statistic<"statistic", "example-statistic", "An example statistic">
966 - A name to use for the generated statistic variable.
968 - The name used when displaying the statistic.
970 - A one-line description of the statistic.
975 Statistic<"statistic", "example-statistic", "An example statistic">