Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DSummaryBasedOptimizations.h13 void computeSyntheticCounts(ModuleSummaryIndex &Index);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h134 void computeSyntheticCounts(ModuleSummaryIndex &Index);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp47 void llvm::computeSyntheticCounts(ModuleSummaryIndex &Index) { in computeSyntheticCounts() function in llvm
H A DThinLTOCodeGenerator.cpp1006 computeSyntheticCounts(*Index); in run()
H A DLTO.cpp1431 computeSyntheticCounts(ThinLTO.CombinedIndex); in runThinLTO()