Home
last modified time | relevance | path

Searched refs:DeadGlobalVars (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.cpp357 std::vector<GlobalVariable *> DeadGlobalVars; // Keep track of dead globals in run() local
360 DeadGlobalVars.push_back(&GV); // Keep track of dead globals in run()
415 NumVariables += DeadGlobalVars.size(); in run()
416 for (GlobalVariable *GV : DeadGlobalVars) in run()