Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp243 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 DWholeProgramDevirt.cpp937 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 DFunctionAttrs.cpp369 << VI.name() << " from " << FS->modulePath() << ". Previous module " in calculatePrevailingSummary()
370 << Local->modulePath() << "\n"); in calculatePrevailingSummary()
H A DMemProfContextDisambiguation.cpp3598 if (GVS->modulePath() == SrcModule) { in applyImport()
3603 assert(GVSummary && GVSummary->modulePath() == SrcModule); in applyImport()
/freebsd/crypto/krb5/src/windows/leash/
H A DLeash.cpp157 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 DLTO.cpp36 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 DLTO.cpp46 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 DFunctionImportUtils.cpp231 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp716 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList()
722 auto [Iter, Inserted] = ImportList[Summary->modulePath()].try_emplace( in initImportList()
H A DLTO.cpp418 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 DModuleSummaryIndex.h568 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 DStackSafetyAnalysis.cpp738 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary()
1171 findCalleeFunctionSummary(Call.Callee, FS->modulePath()); in generateParamAccessSummary()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp174 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
H A DAsmWriter.cpp3575 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4655 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 DBitcodeReader.cpp7846 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()