Commits

Michael Gottesman committed f7f1df48d40
[loop-arc] Refactor code that processes how an instruction effects a reference count completely onto RefCountState. Previously, RefCountState provided APIs that the ARC dataflow used to determine if an instruction used, decremented, or guaranteed used a value that we are tracking. Upon further reflection, how an instruction affects a RefCountState is really internal to the RefCountState. rdar://22238729