Lines Matching refs:Globals
11 // taken. If obviously true, it marks read/write globals as constant, deletes
52 STATISTIC(NumMarked , "Number of globals marked constant");
53 STATISTIC(NumUnnamed , "Number of globals marked unnamed_addr");
54 STATISTIC(NumSRA , "Number of aggregate globals broken into scalars");
56 STATISTIC(NumSubstitute,"Number of globals with initializers stored into them");
57 STATISTIC(NumDeleted , "Number of globals deleted");
59 STATISTIC(NumLocalized , "Number of globals localized");
152 // memory pointed to by globals at exit. This is popular because it also
154 // before other threads that are still expecting to use those globals. To
443 Module::GlobalListType &Globals = GV->getParent()->getGlobalList();
463 Globals.push_back(NGV);
498 Globals.push_back(NGV);
562 Globals.erase(GV);
565 // Loop over the new globals array deleting any globals that are obviously
571 Globals.erase(NewGlobals[i]);
1243 // new mallocs at the same place as CI, and N globals.
1349 // of the per-field globals instead.
1438 // for example, being stored into multiple globals. This allows the
1515 // Try to optimize globals based on the knowledge that only one value (besides
1835 // FIXME: Pass Global's alignment when globals have alignment
1920 // Try to optimize globals based on the knowledge that only one value
2522 for (const GlobalVariable &GV : M.globals())
2544 // Optimize non-address-taken globals.