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

Method GetTransformationLimit

source/fuzz/fuzzer_context.cpp:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427uint32_t FuzzerContext::GetIdBoundLimit() const { return kIdBoundLimit; }
428
429uint32_t FuzzerContext::GetTransformationLimit() const {
430 return kTransformationLimit;
431}
432
433uint32_t FuzzerContext::GetMinFreshId(opt::IRContext* ir_context) {
434 return ir_context->module()->id_bound() + kIdBoundGap;

Callers 2

RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected