Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp286 ModuleSummaryIndex Index = buildModuleSummaryIndex(M, nullptr, &PSI); in splitAndWriteThinLTOBitcode()
486 ModuleSummaryIndex Index = buildModuleSummaryIndex(M, nullptr, &PSI); in splitAndWriteThinLTOBitcode()
492 buildModuleSummaryIndex(*MergedM, nullptr, &PSI); in splitAndWriteThinLTOBitcode()
569 buildModuleSummaryIndex(M, nullptr, &PSI)); in writeThinLTOBitcode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h37 LLVM_ABI ModuleSummaryIndex buildModuleSummaryIndex(
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp934 ModuleSummaryIndex llvm::buildModuleSummaryIndex( in buildModuleSummaryIndex() function in llvm
1152 return buildModuleSummaryIndex( in run()
1186 Index.emplace(buildModuleSummaryIndex( in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp490 auto Index = buildModuleSummaryIndex(TheModule, nullptr, &PSI); in ProcessThinLTOModule()