It might be reasonably to avoid inlining CallSites invoked in
exception handling context so that we can reduce code size blow-up in
EH regions as well as indirectly increase inline opportunites for unwinding
functions containing exception handling code.
In this change, the NoInline attribute is added in CallSites
invoked specifically by the throw statement.
Why are you changing this?