Home | History | Annotate | Download | only in IPO

Lines Matching full:needed

12 // known to be alive.  After it finds all of the globals which are needed, it
50 /// GlobalIsNeeded - mark the specific global value as needed, and
51 /// recursively mark anything that it uses as also needed.
86 // Functions with external linkage are needed if they have a body
98 // Externally visible & appending globals are needed, if they have an
111 // Externally visible aliases are needed.
134 // Now that all globals which are needed are in the AliveGlobals set, we loop
202 /// GlobalIsNeeded - the specific global value as needed, and
203 /// recursively mark anything that it uses as also needed.
215 // The target of a global alias is needed.
221 // any globals used will be marked as needed.
242 // use to the list of needed globals.