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

Method ReachedMinimumGranularity

source/reduce/reduction_pass.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool ReductionPass::ReachedMinimumGranularity() const {
73 assert(granularity_ != 0);
74 return granularity_ == 1;
75}
76
77std::string ReductionPass::GetName() const { return finder_->GetName(); }
78

Callers 1

RunPassesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected