Searched refs:AliveGlobals (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp44 SmallPtrSet<GlobalValue*, 32> AliveGlobals; member in struct:__anon2713::GlobalDCE
92 // Now that all globals which are needed are in the AliveGlobals set, we loop
100 if (!AliveGlobals.count(I)) {
108 if (!AliveGlobals.count(I)) {
118 if (!AliveGlobals.count(I)) {
154 AliveGlobals.clear();
164 if (!AliveGlobals.insert(G))

Completed in 91 milliseconds