Home
last modified time | relevance | path

Searched refs:modulePath (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp227 Summary->modulePath() != CallerModulePath) in qualifyCalleeCandidates()
343 RefSummary->modulePath() != Summary.modulePath(); in onImportingSummaryImpl()
356 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in onImportingSummaryImpl()
366 (*ExportLists)[RefSummary->modulePath()].insert(VI); in onImportingSummaryImpl()
478 << " from " << Candidate.second->modulePath() in computeImportForModule()
530 auto ExportingModule = GVS->modulePath(); in computeImportForModule()
613 RootVI.getSummaryList().front()->modulePath(); in WorkloadImportsManager()
768 Summary.modulePath(), Reason); in computeImportForFunction()
813 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction()
1144 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndexForTest()
[all …]
H A DWholeProgramDevirt.cpp937 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports()
948 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports()
1272 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1276 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1385 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
H A DFunctionAttrs.cpp369 << VI.name() << " from " << FS->modulePath() << ". Previous module " in calculatePrevailingSummary()
370 << Local->modulePath() << "\n"); in calculatePrevailingSummary()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DLTO.cpp36 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() argument
37 return lto::getThinLTOOutputFile(modulePath, config->thinLTOPrefixReplaceOld, in getThinLTOOutputFile()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLTO.cpp46 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() argument
47 return lto::getThinLTOOutputFile(modulePath, config->thinLTOPrefixReplaceOld, in getThinLTOOutputFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp231 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp714 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList()
717 ImportList[Summary->modulePath()].insert(GUID); in initImportList()
H A DLTO.cpp406 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID()
461 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID()
1739 return ThinLTO.PrevailingModuleForGUID[GUID] == S->modulePath(); in runThinLTO()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h536 StringRef modulePath() const { return ModulePath; }
1660 return Summary->modulePath() == ModuleId;
1825 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp716 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary()
1149 findCalleeFunctionSummary(Call.Callee, FS->modulePath()); in generateParamAccessSummary()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp174 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
H A DAsmWriter.cpp3475 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4475 assert(ModuleIdMap.count(VS->modulePath())); in writeCombinedGlobalValueSummary()
4476 NameVals.push_back(ModuleIdMap[VS->modulePath()]); in writeCombinedGlobalValueSummary()
4526 assert(ModuleIdMap.count(FS->modulePath())); in writeCombinedGlobalValueSummary()
4527 NameVals.push_back(ModuleIdMap[FS->modulePath()]); in writeCombinedGlobalValueSummary()
4575 assert(ModuleIdMap.count(AS->modulePath())); in writeCombinedGlobalValueSummary()
4576 NameVals.push_back(ModuleIdMap[AS->modulePath()]); in writeCombinedGlobalValueSummary()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7531 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()