Lines Matching full:stored
12 // variables only stored to, etc.
49 STATISTIC(NumSubstitute,"Number of globals with initializers stored into them");
121 /// isInitializerStored - This global is stored to, but the only thing
122 /// stored is the constant it was initialized with. This is only tracked
126 /// isStoredOnce - This global is stored to, but only its initializer and
127 /// one other value is ever stored to it. If this global isStoredOnce, we
128 /// track the value stored to it in StoredOnceValue below. This is only
132 /// isStored - This global is stored to by multiple values or something else
138 /// ever stored to this global, keep track of what value it is.
238 // The stored value changes between threads; don't track it.
351 /// Given a value that is stored to a global but never read, determine whether
936 /// value stored into it. If there are uses of the loaded value that would trap
948 // Replace all uses of loads with uses of uses of the stored value.
978 DEBUG(dbgs() << "OPTIMIZED LOADS FROM STORED ONCE POINTER: " << *GV);
1201 /// ReplaceUsesOfMallocWithGlobal - The Alloc pointer is stored into GV
1326 // PHI of the stored value itself is ok.
1661 /// pointer global variable with a single value stored it that is a malloc or
1687 // for example, being stored into multiple globals. This allows the
1688 // malloc to be stored into the specified global, loaded icmp'd, and
1763 // that only one value (besides its initializer) is ever stored to the global.
1772 // only has one (non-null) value stored into it, then we can optimize any
1797 /// two values ever stored into GV are its initializer and OtherVal. See if we
1972 // If the global is never loaded (but may be stored to), it is dead.
2020 // one other value was stored into it, we can just change the
2021 // initializer to be the stored value, then delete all stores to the
2044 // (besides its initializer) is ever stored to the global.
2397 /// initializer. This returns 'Init' modified to reflect 'Val' stored into it.
2462 /// representing each SSA instruction. Changes to global variables are stored
2558 // If this memory location has been recently stored, use the stored value: it
2625 // stored value.
2630 // In order to push the bitcast onto the stored value, a bitcast
2658 // onto the stored value.