Currently there is no way to view CFG with profile annotation right after the PGO annotation phase. This patch adds the support.
The profile displayed is based on BFI + entry profile count. This will be the profile which the downstream components see. A followup patch will be created to display CFG with raw profile counts produced by PGOUse phase. The later will be useful to detect bugs/limitations in BFI.