Home
last modified time | relevance | path

Searched refs:variables_coverage_map (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/llvm-locstats/
H A Dllvm-locstats.py39 variables_coverage_map): argument
46 self.variables_coverage_map = variables_coverage_map
67 if self.variables_coverage_map[cov_bucket] == TAINT_VALUE or \
72 int(ceil(self.variables_coverage_map[cov_bucket] * 100.0) \
81 if self.variables_coverage_map[cov_bucket] or \
84 format(cov_bucket, self.variables_coverage_map[cov_bucket], \
115 buckets = range(len(self.variables_coverage_map))
119 tick_label=self.variables_coverage_map.keys(),
139 buckets = range(len(self.variables_coverage_map))
151 locstats_to_compare.variables_coverage_map.values(),
[all …]