Searched refs:ModCount (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysisEvaluator.h | 37 int64_t NoModRefCount = 0, ModCount = 0, RefCount = 0, ModRefCount = 0; 46 ModCount(Arg.ModCount), RefCount(Arg.RefCount), in AAEvaluator() 38 int64_t NoModRefCount = 0, ModCount = 0, RefCount = 0, ModRefCount = 0; global() variable
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 224 ++ModCount; in runInternal() 252 ++ModCount; in runInternal() 300 int64_t ModRefSum = NoModRefCount + RefCount + ModCount + ModRefCount; in ~AAEvaluator() 308 errs() << " " << ModCount << " mod responses "; in ~AAEvaluator() 309 PrintPercent(ModCount, ModRefSum); in ~AAEvaluator() 316 << ModCount * 100 / ModRefSum << "%/" << RefCount * 100 / ModRefSum in ~AAEvaluator()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | DumpOutputStyle.cpp | 568 uint32_t ModCount = Modules.getModuleCount(); in dumpSymbolStats() local 575 fmt_align(Modi, AlignStyle::Right, NumDigits(ModCount)), in dumpSymbolStats()
|