Home
last modified time | relevance | path

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

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