Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/LTO/
HDSummaryBasedOptimizations.h15 void computeSyntheticCounts(ModuleSummaryIndex &Index);
/freebsd-head/contrib/llvm-project/llvm/lib/LTO/
HDSummaryBasedOptimizations.cpp47 void llvm::computeSyntheticCounts(ModuleSummaryIndex &Index) { in computeSyntheticCounts() function in llvm
HDThinLTOCodeGenerator.cpp1050 computeSyntheticCounts(*Index); in run()
HDLTO.cpp1717 computeSyntheticCounts(ThinLTO.CombinedIndex); in runThinLTO()