Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.h83 template <typename T> class StatisticThresholdFilter {
91 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter() function
110 public StatisticThresholdFilter<double> {
113 : StatisticThresholdFilter(Op, Threshold) {} in RegionCoverageFilter()
122 public StatisticThresholdFilter<double> {
125 : StatisticThresholdFilter(Op, Threshold) {} in LineCoverageFilter()