Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp227 Summary->modulePath() != CallerModulePath) { in selectCallee()
328 RefSummary->modulePath() != Summary.modulePath(); in computeImportForReferencedGlobals()
335 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals()
345 (*ExportLists)[RefSummary->modulePath()].insert(VI); in computeImportForReferencedGlobals()
473 Summary.modulePath(), Reason, VI.getGUID()); in computeImportForFunction()
518 auto ExportModulePath = ResolvedCalleeSummary->modulePath(); in computeImportForFunction()
832 if (Summary->modulePath() == ModulePath) in ComputeCrossModuleImportForModuleFromIndex()
835 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex()
H A DWholeProgramDevirt.cpp849 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports()
860 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports()
1128 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1132 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1241 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp73 static std::string getThinLTOOutputFile(StringRef modulePath) { in getThinLTOOutputFile() argument
75 std::string(modulePath), std::string(config->thinLTOPrefixReplace.first), in getThinLTOOutputFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp206 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h396 StringRef modulePath() const { return ModulePath; }
1347 return Summary->modulePath() == ModuleId;
1508 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp702 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList()
705 ImportList[Summary->modulePath()].insert(GUID); in initImportList()
H A DLTO.cpp378 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID()
433 if (isExported(S->modulePath(), VI)) { in thinLTOInternalizeAndPromoteGUID()
1500 return ThinLTO.PrevailingModuleForGUID[GUID] == S->modulePath(); in runThinLTO()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp628 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary()
1041 findCalleeFunctionSummary(Call.Callee, FS->modulePath()); in generateParamAccessSummary()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp157 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
H A DAsmWriter.cpp3364 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4178 NameVals.push_back(Index.getModuleId(VS->modulePath())); in writeCombinedGlobalValueSummary()
4231 NameVals.push_back(Index.getModuleId(FS->modulePath())); in writeCombinedGlobalValueSummary()
4291 NameVals.push_back(Index.getModuleId(AS->modulePath())); in writeCombinedGlobalValueSummary()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6387 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()