Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp344 SmallVector<GlobalValue *, 8> NewLiveGVs{AliveGlobals.begin(), in run() local
346 while (!NewLiveGVs.empty()) { in run()
347 GlobalValue *LGV = NewLiveGVs.pop_back_val(); in run()
349 MarkLive(*GVD, &NewLiveGVs); in run()