Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModule.h1048 void setPartialSampleProfileRatio(const ModuleSummaryIndex &Index);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTOBackend.cpp576 Mod.setPartialSampleProfileRatio(CombinedIndex); in thinBackend()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDModule.cpp868 void Module::setPartialSampleProfileRatio(const ModuleSummaryIndex &Index) { in setPartialSampleProfileRatio() function in Module
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionImport.cpp1860 SrcModule->setPartialSampleProfileRatio(Index); in importFunctions()