https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61886
--- Comment #17 from Jan Hubicka <hubicka at ucw dot cz> --- > > %K in the format string, assuming the call has locus with the right block, > should do that. At least with -g, without -g or with LTO it will be less > accurate. Yep, for that I need a tree to pass in. Do I need to build something or is there way to pass in gimple statmeent? Honza