Home | History | Annotate | Download | only in ObjCARC

Lines Matching refs:Statistic

38 #include "llvm/ADT/Statistic.h"
161 STATISTIC(NumNoops, "Number of no-op objc calls eliminated");
162 STATISTIC(NumPartialNoops, "Number of partially no-op objc calls eliminated");
163 STATISTIC(NumAutoreleases,"Number of autoreleases converted to releases");
164 STATISTIC(NumRets, "Number of return value forwarding "
166 STATISTIC(NumRRs, "Number of retain+release paths eliminated");
167 STATISTIC(NumPeeps, "Number of calls peephole-optimized");
169 STATISTIC(NumRetainsBeforeOpt,
171 STATISTIC(NumReleasesBeforeOpt,
173 STATISTIC(NumRetainsAfterOpt,
175 STATISTIC(NumReleasesAfterOpt,
2141 llvm::Statistic &NumRetains =
2143 llvm::Statistic &NumReleases =