Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DSummaryBasedOptimizations.h15 void computeSyntheticCounts(ModuleSummaryIndex &Index);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp47 void llvm::computeSyntheticCounts(ModuleSummaryIndex &Index) { in computeSyntheticCounts() function in llvm
H A DThinLTOCodeGenerator.cpp1050 computeSyntheticCounts(*Index); in run()
H A DLTO.cpp1717 computeSyntheticCounts(ThinLTO.CombinedIndex); in runThinLTO()