Lines Matching refs:getGUID
250 const auto &GVS = DefinedGVSummaries.find(VI.getGUID()); in shouldImportGlobal()
301 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals()
369 if (DefinedGVSummaries.count(VI.getGUID())) { in computeImportForFunction()
391 VI.getGUID(), std::make_tuple(NewThreshold, nullptr, nullptr))); in computeImportForFunction()
435 Summary.modulePath(), Reason, VI.getGUID()); in computeImportForFunction()
481 auto ILI = ImportList[ExportModulePath].insert(VI.getGUID()); in computeImportForFunction()
644 if (!FlattenedImports.count(VI.getGUID()) && in checkVariableImport()
684 auto DS = DefinedGVSummaries.find(EI.getGUID()); in ComputeCrossModuleImport()
711 if (!DefinedGVSummaries.count(EI->getGUID())) in ComputeCrossModuleImport()
813 auto GUID = Index.getGUIDFromOriginalID(EI.first.getGUID()); in updateValueInfoForIndirectCalls()
907 if (isPrevailing(VI.getGUID()) == PrevailingType::No) { in computeDeadSymbolsAndUpdateIndirectCalls()
1056 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOFinalizeInModule()
1159 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule()
1171 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule()
1179 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule()
1254 auto GUID = F.getGUID(); in importFunctions()
1276 auto GUID = GV.getGUID(); in importFunctions()
1290 auto GUID = GA.getGUID(); in importFunctions()
1303 LLVM_DEBUG(dbgs() << "Is importing aliasee fn " << GO->getGUID() << " " in importFunctions()