Lines Matching refs:getGUID
277 auto GUID = Index.getGUIDFromOriginalID(VI.getGUID()); in updateValueInfoForIndirectCalls()
288 if (DefinedGVSummaries.count(VI.getGUID())) { in computeImportForReferencedGlobals()
311 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals()
316 (*ExportLists)[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals()
373 if (DefinedGVSummaries.count(VI.getGUID())) { in computeImportForFunction()
392 VI.getGUID(), std::make_tuple(NewThreshold, nullptr, nullptr))); in computeImportForFunction()
436 Summary.modulePath(), Reason, VI.getGUID()); in computeImportForFunction()
470 auto ILI = ImportList[ExportModulePath].insert(VI.getGUID()); in computeImportForFunction()
485 ExportList.insert(VI.getGUID()); in computeImportForFunction()
494 auto CalleeGUID = Edge.first.getGUID(); in computeImportForFunction()
498 auto GUID = Ref.getGUID(); in computeImportForFunction()
519 Worklist.emplace_back(ResolvedCalleeSummary, AdjThreshold, VI.getGUID()); in computeImportForFunction()
605 static GlobalValue::GUID getGUID(GlobalValue::GUID G) { return G; } in getGUID() function
612 if (isGlobalVarSummary(Index, getGUID(V))) in numGlobalVarSummaries()
794 if (isPrevailing(VI.getGUID()) == PrevailingType::No) { in computeDeadSymbols()
940 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolvePrevailingInModule()
1012 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule()
1024 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule()
1032 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule()
1106 auto GUID = F.getGUID(); in importFunctions()
1128 auto GUID = GV.getGUID(); in importFunctions()
1142 auto GUID = GA.getGUID(); in importFunctions()
1155 LLVM_DEBUG(dbgs() << "Is importing aliasee fn " << Base->getGUID() in importFunctions()