Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp23 void SyntheticCountsUtils<CallGraphType>::propagateFromSCC( in propagateFromSCC()
83 void SyntheticCountsUtils<CallGraphType>::propagate(const CallGraphType &CG, in propagate()
99 template class llvm::SyntheticCountsUtils<const CallGraph *>; member in llvm
100 template class llvm::SyntheticCountsUtils<ModuleSummaryIndex *>; member in llvm
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h27 template <typename CallGraphType> class SyntheticCountsUtils {
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp85 SyntheticCountsUtils<ModuleSummaryIndex *>::propagate(&Index, GetProfileCount, in computeSyntheticCounts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp123 SyntheticCountsUtils<const CallGraph *>::propagate( in run()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile153 SRCS_MIN+= Analysis/SyntheticCountsUtils.cpp