================ @@ -112,6 +112,7 @@ class CodeGenPGO { public: std::pair<bool, bool> getIsCounterPair(const Stmt *S) const; ---------------- chapuni wrote:
I couldn't name better. ``` return {I->second.Executed.hasValue(), I->second.Skipped.hasValue()}; ``` It is defined in #112724. https://github.com/llvm/llvm-project/pull/112730 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits