| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 243 Summary->modulePath() != CallerModulePath) in qualifyCalleeCandidates() 371 RefSummary->modulePath() != Summary.modulePath(); in onImportingSummaryImpl() 388 ImportList[RefSummary->modulePath()].try_emplace( in onImportingSummaryImpl() 403 (*ExportLists)[RefSummary->modulePath()].insert(VI); in onImportingSummaryImpl() 515 << " from " << Candidate.second->modulePath() in computeImportForModule() 567 auto ExportingModule = GVS->modulePath(); in computeImportForModule() 651 RootVI.getSummaryList().front()->modulePath(); in WorkloadImportsManager() 810 Summary.modulePath(), SummaryForDeclImport, Reason); in computeImportForFunction() 815 StringRef DeclSourceModule = SummaryForDeclImport->modulePath(); in computeImportForFunction() 868 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction() [all …]
|
| H A D | WholeProgramDevirt.cpp | 937 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports() 948 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports() 1264 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls() 1268 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls() 1377 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()
|
| H A D | MemProfContextDisambiguation.cpp | 3598 if (GVS->modulePath() == SrcModule) { in applyImport() 3603 assert(GVSummary && GVSummary->modulePath() == SrcModule); in applyImport()
|
| /freebsd/crypto/krb5/src/windows/leash/ |
| H A D | Leash.cpp | 157 char modulePath[MAX_PATH]; in InitInstance() local 159 DWORD result = GetModuleFileName(AfxGetInstanceHandle(), modulePath, MAX_PATH); in InitInstance() 162 char* pPath = modulePath + strlen(modulePath) - 1; in InitInstance() 168 strcat(modulePath, LEASH_HELP_FILE); in InitInstance() 169 m_helpFile = modulePath; in InitInstance()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | LTO.cpp | 36 static std::string getThinLTOOutputFile(StringRef modulePath) { 37 return lto::getThinLTOOutputFile(modulePath, config->thinLTOPrefixReplaceOld, in openFile() 48 getThinLTOOutputFile(StringRef modulePath) getThinLTOOutputFile() argument
|
| /freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 231 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOBackend.cpp | 716 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList() 722 auto [Iter, Inserted] = ImportList[Summary->modulePath()].try_emplace( in initImportList()
|
| H A D | LTO.cpp | 418 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID() 473 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID() 1771 return ThinLTO.PrevailingModuleForGUID[GUID] == S->modulePath(); in runThinLTO()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 568 StringRef modulePath() const { return ModulePath; } 1705 return Summary->modulePath() == ModuleId; 1870 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 738 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary() 1171 findCalleeFunctionSummary(Call.Callee, FS->modulePath()); in generateParamAccessSummary()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 174 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
| H A D | AsmWriter.cpp | 3575 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4655 assert(ModuleIdMap.count(VS->modulePath())); in writeCombinedGlobalValueSummary() 4656 NameVals.push_back(ModuleIdMap[VS->modulePath()]); in writeCombinedGlobalValueSummary() 4708 assert(ModuleIdMap.count(FS->modulePath())); in writeCombinedGlobalValueSummary() 4709 NameVals.push_back(ModuleIdMap[FS->modulePath()]); in writeCombinedGlobalValueSummary() 4758 assert(ModuleIdMap.count(AS->modulePath())); in writeCombinedGlobalValueSummary() 4759 NameVals.push_back(ModuleIdMap[AS->modulePath()]); in writeCombinedGlobalValueSummary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 7846 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()
|