search for: countermappingregions

Displaying 2 results from an estimated 2 matches for "countermappingregions".

Did you mean: countermappingregion
2020 Jan 24
4
Adding support for LLVM Branch Condition Coverage
...branch conditions a. This new region kind would track two counters, one for the "True" branch taken count of a branch condition, and one for the "False" branch taken count. i. Alternatively, I could use two separate CounterMappingRegions to track individual counters since this is how the class was originally written to be used. However, using a single region kind to represent a single branch condition that ties all of the pertinent counter information together seems like a cleaner design....
2020 Jan 24
2
Adding support for LLVM Branch Condition Coverage
...a. This new region kind would track two counters, one for the "True" branch taken count of a branch condition, and one for the "False" branch taken count. i. Alternatively, I could use two separate CounterMappingRegions to track individual counters since this is how the class was originally written to be used. However, using a single region kind to represent a single branch condition that ties all of the pertinent counter information together seems like a cleaner design....