Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp603 Index.collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries); in promote()
642 Index.collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries); in crossModuleImport()
672 Index.collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries); in gatherImportedSummariesForModule()
702 Index.collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries); in emitImports()
744 Index.collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries); in internalize()
877 Index->collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries); in run()
H A DLTO.cpp1175 ThinLTO.CombinedIndex.collectDefinedGVSummariesPerModule( in runThinLTO()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DModuleSummaryIndex.cpp70 void ModuleSummaryIndex::collectDefinedGVSummariesPerModule( in collectDefinedGVSummariesPerModule() function in ModuleSummaryIndex
346 collectDefinedGVSummariesPerModule(ModuleToDefinedGVS); in exportToDot()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1173 void collectDefinedGVSummariesPerModule(
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1163 CombinedIndex->collectDefinedGVSummariesPerModule(ModuleToDefinedGVSummaries); in runThinLTOBackend()