Lines Matching refs:GUID

179              GlobalValue::GUID GUID) {  in selectCallee()  argument
276 auto GUID = Index.getGUIDFromOriginalID(VI.getGUID()); in updateValueInfoForIndirectCalls() local
277 if (GUID == 0) in updateValueInfoForIndirectCalls()
279 return Index.getValueInfo(GUID); in updateValueInfoForIndirectCalls()
640 GlobalValue::GUID G) { in isGlobalVarSummary()
663 DenseSet<GlobalValue::GUID> FlattenedImports; in checkVariableImport()
826 auto GUID = GlobalList.first; in ComputeCrossModuleImportForModuleFromIndex() local
835 ImportList[Summary->modulePath()].insert(GUID); in ComputeCrossModuleImportForModuleFromIndex()
844 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbols()
845 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing) { in computeDeadSymbols()
855 for (auto GUID : GUIDPreservedSymbols) { in computeDeadSymbols() local
856 ValueInfo VI = Index.getValueInfo(GUID); in computeDeadSymbols()
958 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp()
959 function_ref<PrevailingType(GlobalValue::GUID)> isPrevailing, in computeDeadSymbolsWithConstProp()
1217 auto GUID = F.getGUID(); in importFunctions() local
1218 auto Import = ImportGUIDs.count(GUID); in importFunctions()
1220 << GUID << " " << F.getName() << " from " in importFunctions()
1239 auto GUID = GV.getGUID(); in importFunctions() local
1240 auto Import = ImportGUIDs.count(GUID); in importFunctions()
1242 << GUID << " " << GV.getName() << " from " in importFunctions()
1253 auto GUID = GA.getGUID(); in importFunctions() local
1254 auto Import = ImportGUIDs.count(GUID); in importFunctions()
1256 << GUID << " " << GA.getName() << " from " in importFunctions()