Searched refs:modulePath (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 227 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 D | WholeProgramDevirt.cpp | 849 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 D | LTO.cpp | 73 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 D | FunctionImportUtils.cpp | 206 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 396 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 D | LTOBackend.cpp | 702 if (Summary->modulePath() == M.getModuleIdentifier()) in initImportList() 705 ImportList[Summary->modulePath()].insert(GUID); in initImportList()
|
| H A D | LTO.cpp | 378 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 D | StackSafetyAnalysis.cpp | 628 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 D | ModuleSummaryIndex.cpp | 157 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
| H A D | AsmWriter.cpp | 3364 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 4178 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 D | BitcodeReader.cpp | 6387 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()
|