================ @@ -2406,6 +2407,14 @@ static void traverseAllValueSites(const InstrProfRecord &Func, uint32_t VK, } } +namespace { +struct InstrProfilePerFuncOptions { + bool ShowCounts; ---------------- minglotus-6 wrote: done. https://github.com/llvm/llvm-project/pull/71328