Searched refs:modulePath (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp229 Summary->modulePath() != CallerModulePath) {
306 RefSummary->modulePath() != Summary.modulePath();
313 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID());
323 (*ExportLists)[RefSummary->modulePath()].insert(VI);
443 Summary.modulePath(), Reason, VI.getGUID());
477 auto ExportModulePath = ResolvedCalleeSummary->modulePath();
787 if (Summary->modulePath() == ModulePath)
790 ImportList[Summary->modulePath()].insert(GUID);
H A DWholeProgramDevirt.cpp822 if (!isExported(S->modulePath(), VI))
833 Summary.getModuleHash(S->modulePath()));
1063 IsExported |= S->modulePath() != FS->modulePath();
1067 IsExported |= S->modulePath() != FS->modulePath();
1176 TheFn.name(), ExportSummary.getModuleHash(S->modulePath()));
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DLTO.cpp60 static std::string getThinLTOOutputFile(StringRef modulePath) { argument
62 std::string(modulePath), std::string(config->thinLTOPrefixReplace.first),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp206 if (FS->modulePath() == M.getModuleIdentifier()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h382 StringRef modulePath() const { return ModulePath; } function in class:llvm::CalleeInfo::GlobalValueSummary
1312 return Summary->modulePath() == ModuleId;
1473 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp361 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage());
406 if (isExported(S->modulePath(), VI)) {
1424 return ThinLTO.PrevailingModuleForGUID[GUID] == S->modulePath();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp135 if (Summary->modulePath() != ModulePath)
H A DAsmWriter.cpp3221 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath())
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1512 if (Summary->modulePath() == M->getModuleIdentifier())
1515 ImportList[Summary->modulePath()].insert(GUID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp944 Index.findSummaryInModule(Call.Callee, FS->modulePath()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4058 NameVals.push_back(Index.getModuleId(VS->modulePath()));
4081 NameVals.push_back(Index.getModuleId(FS->modulePath()));
4165 NameVals.push_back(Index.getModuleId(AS->modulePath()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6200 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath());

Completed in 286 milliseconds