Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DModuleTest.cpp126 TEST(ModuleTest, setPartialSampleProfileRatio) { in TEST() argument
155 M->setPartialSampleProfileRatio(Index); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h943 void setPartialSampleProfileRatio(const ModuleSummaryIndex &Index);
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp562 Mod.setPartialSampleProfileRatio(CombinedIndex); in thinBackend()
/llvm-project-15.0.7/llvm/lib/IR/
H A DModule.cpp813 void Module::setPartialSampleProfileRatio(const ModuleSummaryIndex &Index) { in setPartialSampleProfileRatio() function in Module
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1326 SrcModule->setPartialSampleProfileRatio(Index); in importFunctions()