Lines Matching refs:getGUID

276   auto GUID = Index.getGUIDFromOriginalID(VI.getGUID());  in updateValueInfoForIndirectCalls()
284 const auto &GVS = DefinedGVSummaries.find(VI.getGUID()); in shouldImportGlobal()
335 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals()
407 if (DefinedGVSummaries.count(VI.getGUID())) { in computeImportForFunction()
429 VI.getGUID(), std::make_tuple(NewThreshold, nullptr, nullptr))); in computeImportForFunction()
473 Summary.modulePath(), Reason, VI.getGUID()); in computeImportForFunction()
519 auto ILI = ImportList[ExportModulePath].insert(VI.getGUID()); in computeImportForFunction()
682 if (!FlattenedImports.count(VI.getGUID()) && in checkVariableImport()
722 auto DS = DefinedGVSummaries.find(EI.getGUID()); in ComputeCrossModuleImport()
749 if (!DefinedGVSummaries.count(EI->getGUID())) in ComputeCrossModuleImport()
900 if (isPrevailing(VI.getGUID()) == PrevailingType::No) { in computeDeadSymbols()
1047 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolvePrevailingInModule()
1122 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule()
1134 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule()
1142 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule()
1217 auto GUID = F.getGUID(); in importFunctions()
1239 auto GUID = GV.getGUID(); in importFunctions()
1253 auto GUID = GA.getGUID(); in importFunctions()
1266 LLVM_DEBUG(dbgs() << "Is importing aliasee fn " << Base->getGUID() in importFunctions()