Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
DSummaryBasedOptimizations.h13 void computeSyntheticCounts(ModuleSummaryIndex &Index);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DFunctionImportUtils.h134 void computeSyntheticCounts(ModuleSummaryIndex &Index);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp47 void llvm::computeSyntheticCounts(ModuleSummaryIndex &Index) { in computeSyntheticCounts() function in llvm
DThinLTOCodeGenerator.cpp1076 computeSyntheticCounts(*Index); in run()
DLTO.cpp1431 computeSyntheticCounts(ThinLTO.CombinedIndex); in runThinLTO()