Home | History | Annotate | Download | only in IR

Lines Matching full:dead

409 /// removeDeadUsersOfConstant - If the specified constantexpr is dead, remove
410 /// it. This involves recursively eliminating any dead users of the
419 return false; // Constant wasn't dead
427 /// removeDeadConstantUsers - If there are any dead constant users dangling
430 /// with potentially dead constants hanging off of the globals.
443 // If the constant wasn't dead, remember that this was the last live use
450 dead, then the iterator is invalidated.