Searched refs:GVU (Results 1 – 3 of 3) sorted by relevance
65 for (auto *GVU : Finder.global_variables()) { in printModuleDebugInfo() local66 const auto *GV = GVU->getVariable(); in printModuleDebugInfo()
88 for (GlobalValue *GVU : Deps) { in UpdateGVDependencies()93 if (VFESafeVTables.count(GVU) && isa<Function>(&GV)) { in UpdateGVDependencies()94 LLVM_DEBUG(dbgs() << "Ignoring dep " << GVU->getName() << " -> " in UpdateGVDependencies()98 GVDependencies[GVU].insert(&GV); in UpdateGVDependencies()
79 } else if (const GlobalValue *GVU = dyn_cast<GlobalValue>(U)) { in addNonConstUser() local80 GVtoClusterMap.unionSets(GV, GVU); in addNonConstUser()