Lines Matching refs:GUID

177              GlobalValue::GUID GUID) {  in selectCallee()  argument
602 GlobalValue::GUID G) { in isGlobalVarSummary()
625 DenseSet<GlobalValue::GUID> FlattenedImports; in checkVariableImport()
788 auto GUID = GlobalList.first; in ComputeCrossModuleImportForModuleFromIndex() local
797 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex()
813 auto GUID = Index.getGUIDFromOriginalID(EI.first.getGUID()); in updateValueInfoForIndirectCalls() local
814 if (GUID == 0) in updateValueInfoForIndirectCalls()
817 auto VI = Index.getValueInfo(GUID); in updateValueInfoForIndirectCalls()
849 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsAndUpdateIndirectCalls()
850 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing) { in computeDeadSymbolsAndUpdateIndirectCalls()
862 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbolsAndUpdateIndirectCalls() local
863 ValueInfo VI = Index.getValueInfo(GUID); in computeDeadSymbolsAndUpdateIndirectCalls()
965 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp()
966 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing, in computeDeadSymbolsWithConstProp()
1254 auto GUID = F.getGUID(); in importFunctions() local
1255 auto Import = ImportGUIDs.count(GUID); in importFunctions()
1257 << GUID << " " << F.getName() << " from " in importFunctions()
1276 auto GUID = GV.getGUID(); in importFunctions() local
1277 auto Import = ImportGUIDs.count(GUID); in importFunctions()
1279 << GUID << " " << GV.getName() << " from " in importFunctions()
1290 auto GUID = GA.getGUID(); in importFunctions() local
1291 auto Import = ImportGUIDs.count(GUID); in importFunctions()
1293 << GUID << " " << GA.getName() << " from " in importFunctions()