Lines Matching full:alive
85 /// that things are either alive or maybe alive. We don't mark anything
86 /// explicitly dead (even if we know they are), since anything not alive
87 /// with no registered uses (in Uses) will never be marked alive and will
425 /// and determines if it should be alive or not. Adds this use to MaybeLiveUses
517 // We consider arguments of non-internal functions to be intrinsically alive as
562 // If this use is anything other than a call site, the function is alive.
658 /// MarkLive - Mark the given Function as alive, meaning that it cannot be
726 // Remember which arguments are still alive.
906 // original function, and add those that are still alive.
915 // call sites keep the return value alive just like 'returned'