Home
last modified time | relevance | path

Searched refs:GVU (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp65 for (auto *GVU : Finder.global_variables()) { in printModuleDebugInfo() local
66 const auto *GV = GVU->getVariable(); in printModuleDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp88 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp79 } else if (const GlobalValue *GVU = dyn_cast<GlobalValue>(U)) { in addNonConstUser() local
80 GVtoClusterMap.unionSets(GV, GVU); in addNonConstUser()