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

Method block_count

source/val/function.cpp:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190size_t Function::block_count() const { return blocks_.size(); }
191
192size_t Function::undefined_block_count() const {
193 return undefined_blocks_.size();

Callers 2

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected