Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
190
size_t Function::block_count() const { return blocks_.size(); }
191
192
size_t Function::undefined_block_count() const {
193
return undefined_blocks_.size();
Callers
2
CheckLinkageAttrOfFunctions
Function · 0.80
FunctionScopedInstructions
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected