Searched refs:modulePath (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 227 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 D | WholeProgramDevirt.cpp | 937 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 D | FunctionAttrs.cpp | 369 << 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 D | LTO.cpp | 36 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 D | LTO.cpp | 46 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 D | FunctionImportUtils.cpp | 231 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 714 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList() 717 ImportList[Summary->modulePath()].insert(GUID); in initImportList()
|
| H A D | LTO.cpp | 406 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 D | ModuleSummaryIndex.h | 536 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 D | StackSafetyAnalysis.cpp | 716 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 D | ModuleSummaryIndex.cpp | 174 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
| H A D | AsmWriter.cpp | 3475 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4475 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 D | BitcodeReader.cpp | 7531 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()
|