Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp129 for (GlobalValue *GVU : Deps) { in UpdateGVDependencies()
134 if (VFESafeVTables.count(GVU) && isa<Function>(&GV)) { in UpdateGVDependencies()
135 LLVM_DEBUG(dbgs() << "Ignoring dep " << GVU->getName() << " -> " in UpdateGVDependencies()
139 GVDependencies[GVU].insert(&GV); in UpdateGVDependencies()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp98 for (auto GVU : Finder.global_variables()) { in printModuleDebugInfo() local
99 const auto *GV = GVU->getVariable(); in printModuleDebugInfo()