Profile guided optimization

Hello,

In order to implement one of my passes, I would like to know if there is any info in the actual code that tells how many times ‘f()’ called ‘g()’, where f() and g() are functions from the same module (I saw that there are such kind of statistics about blocks from the same function).

Thank you,
Gener