Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp139 GVDependencies[GVU].insert(&GV); in UpdateGVDependencies()
229 GVDependencies[Caller].insert(Callee); in ScanVTableLoad()
348 for (auto *GVD : GVDependencies[LGV]) in run()
430 GVDependencies.clear(); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DGlobalDCE.h37 DenseMap<GlobalValue *, SmallPtrSet<GlobalValue *, 4>> GVDependencies; variable