These were misleading, they're more of a "clear" than an "invalidate".
We shouldn't be individually clearing analysis results. Either we clear
all analyses when some IR becomes invalid, or we properly go through
invalidation.
There was only one use of this, which can be simulated with
AM.invalidate(F, PA).
so is there a way then to tell the FAM to delete an immutable analysis, or nothing uses that?
one possible scenario may be in the case the analysis occupies too much memory, and there's a good place to dispose of it.