Remove getNumUses() comparisons (NFC)
getNumUses() scans the full use list. Don't use it is we only want to check if there's zero or one uses.
Loading
Please sign in to comment
getNumUses() scans the full use list. Don't use it is we only want to check if there's zero or one uses.