MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / NotifyInteresting

Method NotifyInteresting

source/reduce/reduction_pass.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

RunPassesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected