| 77 | std::string ReductionPass::GetName() const { return finder_->GetName(); } |
| 78 | |
| 79 | void ReductionPass::NotifyInteresting(bool interesting) { |
| 80 | if (!interesting) { |
| 81 | index_ += granularity_; |
| 82 | } |
| 83 | } |
| 84 | |
| 85 | } // namespace reduce |
| 86 | } // namespace spvtools |