HomeSort by relevance Sort by last modified time
    Searched refs:AliveGlobals (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 33 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
GlobalDCE.h 35 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 124 auto const Ret = AliveGlobals.insert(&GV);
197 SmallVector<GlobalValue *, 8> NewLiveGVs{AliveGlobals.begin(),
198 AliveGlobals.end()};
205 // Now that all globals which are needed are in the AliveGlobals set, we loop
212 if (!AliveGlobals.count(&GV)) {
225 if (!AliveGlobals.count(&F)) {
234 if (!AliveGlobals.count(&GA)) {
242 if (!AliveGlobals.count(&GIF)) {
272 AliveGlobals.clear();
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 123 // Now that all globals which are needed are in the AliveGlobals set, we loop
130 if (!AliveGlobals.count(&GV)) {
143 if (!AliveGlobals.count(&F)) {
152 if (!AliveGlobals.count(&GA)) {
160 if (!AliveGlobals.count(&GIF)) {
206 AliveGlobals.clear();
219 if (!AliveGlobals.insert(G).second)
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalDCE.cpp 44 SmallPtrSet<GlobalValue*, 32> AliveGlobals;
91 // Now that all globals which are needed are in the AliveGlobals set, we loop
99 if (!AliveGlobals.count(I)) {
107 if (!AliveGlobals.count(I)) {
117 if (!AliveGlobals.count(I)) {
153 AliveGlobals.clear();
162 if (!AliveGlobals.insert(G))

Completed in 1744 milliseconds