================
@@ -63,6 +63,16 @@ class PGOContextualProfile {
return getDefinedFunctionGUID(F) != 0;
}
+ uint32_t getNrCounters(const Function &F) const {
----------------
mtrofin wrote:
using "num".
https://github.com/llvm/llvm-project/pull/106154