Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp261 ModuleSummaryIndex Index = buildModuleSummaryIndex(M, nullptr, &PSI); in splitAndWriteThinLTOBitcode()
450 ModuleSummaryIndex Index = buildModuleSummaryIndex(M, nullptr, &PSI); in splitAndWriteThinLTOBitcode()
456 buildModuleSummaryIndex(*MergedM, nullptr, &PSI); in splitAndWriteThinLTOBitcode()
529 buildModuleSummaryIndex(M, nullptr, &PSI)); in writeThinLTOBitcode()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h36 ModuleSummaryIndex buildModuleSummaryIndex(
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A Dllvm-reduce.cpp128 buildModuleSummaryIndex(M, nullptr, &PSI)); in writeBitcode()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp679 ModuleSummaryIndex llvm::buildModuleSummaryIndex( in buildModuleSummaryIndex() function in llvm
891 return buildModuleSummaryIndex( in run()
927 Index.emplace(buildModuleSummaryIndex( in runOnModule()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp509 auto Index = buildModuleSummaryIndex(TheModule, nullptr, &PSI); in ProcessThinLTOModule()