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

Method undefined_block_count

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

Source from the content-addressed store, hash-verified

190size_t Function::block_count() const { return blocks_.size(); }
191
192size_t Function::undefined_block_count() const {
193 return undefined_blocks_.size();
194}
195
196const std::vector<BasicBlock*>& Function::ordered_blocks() const {
197 return ordered_blocks_;

Callers 1

PerformCfgChecksFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected