search for: coveragesegment

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

2020 Jan 24
4
Adding support for LLVM Branch Condition Coverage
...n order to properly derive that condition's "true" count and "false" count. c. I'll avoid going too deep into detail here, but my goal is to ensure we reuse existing profile counters as much as possible. 3.) Visualization using llvm-cov a. The notion of CoverageSegment needs to be extended to comprehend the branch condition data represented by a CounterMappingRegion above. But then llvm-cov can treat the segment distinctly when displaying True/False counts for each branch condition as well as tracking total missed branches. b. We can also add a BranchCover...
2020 Jan 24
2
Adding support for LLVM Branch Condition Coverage
...n order to properly derive that condition's "true" count and "false" count. c. I'll avoid going too deep into detail here, but my goal is to ensure we reuse existing profile counters as much as possible. 3.) Visualization using llvm-cov a. The notion of CoverageSegment needs to be extended to comprehend the branch condition data represented by a CounterMappingRegion above. But then llvm-cov can treat the segment distinctly when displaying True/False counts for each branch condition as well as tracking total missed branches. b. We can also add a BranchCover...