Lines Matching +full:1 +full:- +full:based
1 //===- RemarkCounter.h ----------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // Generic tool to count remarks based on properties
11 //===----------------------------------------------------------------------===//
68 /// Filter out remarks based on remark properties based on name, pass name,
114 /// Obtain the field for collecting remark info based on how we are
119 /// Collect count information from \p Remark organized based on \p Group
127 /// Count remarks based on the provided \p Keys argument and summing up the
133 /// |---------------|------|------|------|
134 /// | path/to/file1 | 0 | 1 | 3 |
135 /// | path/to/file2 | 1 | 0 | 2 |
136 /// | path/to/file3 | 2 | 3 | 1 |
141 /// |---------------|------|------|------|
142 /// | function1 | 0 | 1 | 3 |
143 /// | function2 | 1 | 0 | 2 |
144 /// | function3 | 2 | 3 | 1 |
174 /// Update the internal count map based on the remark integer arguments that
194 /// Collect remarks based by counting the existance of individual remarks. The
195 /// reported table will be structured based on the provided \p Group argument