Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DModule.h943 void setPartialSampleProfileRatio(const ModuleSummaryIndex &Index);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DModule.cpp815 void Module::setPartialSampleProfileRatio(const ModuleSummaryIndex &Index) { in setPartialSampleProfileRatio() function in Module
/openbsd/src/gnu/llvm/llvm/lib/LTO/
DLTOBackend.cpp564 Mod.setPartialSampleProfileRatio(CombinedIndex); in thinBackend()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1360 SrcModule->setPartialSampleProfileRatio(Index); in importFunctions()