Searched refs:ModCount (Results 1 – 3 of 3) sorted by relevance
38 int64_t NoModRefCount = 0, ModCount = 0, RefCount = 0, ModRefCount = 0; variable49 ModCount(Arg.ModCount), RefCount(Arg.RefCount), in AAEvaluator()
230 ++ModCount; in runInternal()277 ++ModCount; in runInternal()344 int64_t ModRefSum = NoModRefCount + RefCount + ModCount + ModRefCount + in ~AAEvaluator()353 errs() << " " << ModCount << " mod responses "; in ~AAEvaluator()354 PrintPercent(ModCount, ModRefSum); in ~AAEvaluator()369 << ModCount * 100 / ModRefSum << "%/" << RefCount * 100 / ModRefSum in ~AAEvaluator()
567 uint32_t ModCount = Modules.getModuleCount(); in dumpSymbolStats() local574 fmt_align(Modi, AlignStyle::Right, NumDigits(ModCount)), in dumpSymbolStats()