Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h929 void setPartialSampleProfileRatio(const ModuleSummaryIndex &Index);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp778 void Module::setPartialSampleProfileRatio(const ModuleSummaryIndex &Index) { in setPartialSampleProfileRatio() function in Module
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOBackend.cpp567 Mod.setPartialSampleProfileRatio(CombinedIndex); in thinBackend()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1289 SrcModule->setPartialSampleProfileRatio(Index); in importFunctions()