Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/IR/
DModuleTest.cpp126 TEST(ModuleTest, setPartialSampleProfileRatio) { in TEST() argument
155 M->setPartialSampleProfileRatio(Index); in TEST()
/external/llvm-project/llvm/include/llvm/IR/
DModule.h886 void setPartialSampleProfileRatio(const ModuleSummaryIndex &Index);
/external/llvm-project/llvm/lib/IR/
DModule.cpp678 void Module::setPartialSampleProfileRatio(const ModuleSummaryIndex &Index) { in setPartialSampleProfileRatio() function in Module
/external/llvm-project/llvm/lib/LTO/
DLTOBackend.cpp588 Mod.setPartialSampleProfileRatio(CombinedIndex); in thinBackend()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1248 SrcModule->setPartialSampleProfileRatio(Index); in importFunctions()