Lines Matching refs:skip
184 a "skip" and "count" value. The "skip" value is used to skip a certain number of
187 including any executions that have been skipped). If the "skip" value is
189 action will always execute after the "skip" value has been reached. For example,
190 a counter for a debug action with `skip=47` and `count=2`, would skip the first
205 attach the counter, suffixed with either `-skip` or `-count`. A `-skip` suffix
206 will set the "skip" value of the counter. A `-count` suffix will set the "count"
212 $ mlir-opt foo.mlir -mlir-debug-counter=apply-pattern-skip=47,apply-pattern-count=2
215 The above configuration would skip the first 47 executions of
219 Note: Each counter currently only has one `skip` and one `count` value, meaning
220 that sequences of `skip`/`count` will not be chained.
228 <action-tag> : {<current-count>,<skip>,<count>}
235 $ mlir-opt foo.mlir -mlir-debug-counter=apply-pattern-skip=-1 -mlir-print-debug-counter