================
@@ -1195,7 +1183,8 @@ 
CodeGenPGO::applyFunctionAttributes(llvm::IndexedInstrProfReader *PGOReader,
   Fn->setEntryCount(FunctionCount);
 }
 
-std::pair<bool, bool> CodeGenPGO::getIsCounterPair(const Stmt *S) const {
+std::pair<bool, bool>
+CodeGenPGO::getExecSkipCounterExistence(const Stmt *S) const {
----------------
gulfemsavrun wrote:

Thanks. I think the remaining patches for branch coverage support in 
single-byte counters are pretty much ready to land, unless other reviewers have 
additional feedback. Thanks for driving this!

https://github.com/llvm/llvm-project/pull/113111
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to