This patch refined the instruction weight anootation algorithm:
- Do not use dbg_value intrinsics for annotation.
- Annotate cold calls if the call is inlined in profile, but not inlined before preparation. This indicates that the annotation preparation step found no sample for the inlined callsite, thus the call should be very cold.
Extraneous braces.