Home
last modified time | relevance | path

Searched refs:MayAliasCount (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasAnalysisEvaluator.h35 int64_t NoAliasCount, MayAliasCount, PartialAliasCount, MustAliasCount; variable
41 : FunctionCount(), NoAliasCount(), MayAliasCount(), PartialAliasCount(), in AAEvaluator()
47 MayAliasCount(Arg.MayAliasCount), in AAEvaluator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp163 ++MayAliasCount; in runInternal()
190 ++MayAliasCount; in runInternal()
217 ++MayAliasCount; in runInternal()
340 NoAliasCount + MayAliasCount + PartialAliasCount + MustAliasCount; in ~AAEvaluator()
348 errs() << " " << MayAliasCount << " may alias responses "; in ~AAEvaluator()
349 PrintPercent(MayAliasCount, AliasSum); in ~AAEvaluator()
356 << MayAliasCount * 100 / AliasSum << "%/" in ~AAEvaluator()