Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageFilters.h95 template <typename T> class StatisticThresholdFilter {
103 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter() function
122 public StatisticThresholdFilter<double> {
125 : StatisticThresholdFilter(Op, Threshold) {} in RegionCoverageFilter()
134 public StatisticThresholdFilter<double> {
137 : StatisticThresholdFilter(Op, Threshold) {} in LineCoverageFilter()