Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp844 if (!isExported(S->modulePath(), VI)) in updateIndexWPDForExports()
855 Summary.getModuleHash(S->modulePath())); in updateIndexWPDForExports()
1119 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1123 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1232 TheFn.name(), ExportSummary.getModuleHash(S->modulePath())); in trySingleImplDevirt()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp257 static bool printSourceSymbolsFromModule(StringRef modulePath, in printSourceSymbolsFromModule() argument
272 std::string(modulePath), *pchRdr, ASTUnit::LoadASTOnly, Diags, in printSourceSymbolsFromModule()
278 errs() << "failed to create TU for: " << modulePath << '\n'; in printSourceSymbolsFromModule()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp74 ModulePaths.push_back(S->modulePath().str()); in DuplicateDefinitionInSummary()
153 return S->modulePath(); in getMainModulePath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp206 if (FS->modulePath() == M.getModuleIdentifier()) { in processGlobalForThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h394 StringRef modulePath() const { return ModulePath; }
1345 return Summary->modulePath() == ModuleId;
1506 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get();
/netbsd-src/external/apache2/llvm/dist/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()
1497 return ThinLTO.PrevailingModuleForGUID[GUID] == S->modulePath(); in runThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp626 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary()
1039 findCalleeFunctionSummary(Call.Callee, FS->modulePath()); in generateParamAccessSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp157 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
H A DAsmWriter.cpp3376 Out << "(module: ^" << Machine.getModulePathSlot(Summary.modulePath()) in printSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4174 NameVals.push_back(Index.getModuleId(VS->modulePath())); in writeCombinedGlobalValueSummary()
4227 NameVals.push_back(Index.getModuleId(FS->modulePath())); in writeCombinedGlobalValueSummary()
4287 NameVals.push_back(Index.getModuleId(AS->modulePath())); in writeCombinedGlobalValueSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6456 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, AS->modulePath()); in parseEntireSummary()