[clang] [Coverage] Introduce the type `CounterPair` for RegionCounterMap. NFC. (PR #112724)

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 5 18:51:18 PST 2025


================
@@ -122,6 +123,18 @@ class CodeGenPGO {
                                 Address MCDCCondBitmapAddr, llvm::Value *Val,
                                 CodeGenFunction &CGF);
 
+  void markStmtAsUsed(bool Skipped, const Stmt *S) {
+    // Do nothing.
+  }
+
+  void markStmtMaybeUsed(const Stmt *S) {
+    // Do nothing.
+  }
+
+  void verifyCounterMap() {
----------------
chapuni wrote:

Done.

https://github.com/llvm/llvm-project/pull/112724


More information about the cfe-commits mailing list