Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h1048 void setPartialSampleProfileRatio(const ModuleSummaryIndex &Index);
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp576 Mod.setPartialSampleProfileRatio(CombinedIndex); in thinBackend()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp868 void Module::setPartialSampleProfileRatio(const ModuleSummaryIndex &Index) { in setPartialSampleProfileRatio() function in Module
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1860 SrcModule->setPartialSampleProfileRatio(Index); in importFunctions()