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.
Could you change the name of the flag to reference the fact that this enables filtering by function name? E.g 'pgo-inspect-func' or 'pgo-view-function'.