Home
last modified time | relevance | path

Searched refs:SyntheticCountsUtils (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp26 void SyntheticCountsUtils<CallGraphType>::propagateFromSCC( in propagateFromSCC()
86 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, in propagate()
102 template class llvm::SyntheticCountsUtils<const CallGraph *>; member in llvm
103 template class llvm::SyntheticCountsUtils<ModuleSummaryIndex *>; member in llvm
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DSyntheticCountsUtils.h27 template <typename CallGraphType> class SyntheticCountsUtils {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp85 SyntheticCountsUtils<ModuleSummaryIndex *>::propagate(&Index, GetProfileCount, in computeSyntheticCounts()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp129 SyntheticCountsUtils<const CallGraph *>::propagate( in run()
/freebsd-12-stable/lib/clang/libllvm/
DMakefile140 SRCS_MIN+= Analysis/SyntheticCountsUtils.cpp