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