Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleDebugInfoPrinter.cpp93 for (auto GVU : Finder.global_variables()) { in print() local
94 const auto *GV = GVU->getVariable(); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
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()