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

Method RegisterFunctionEnd

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

Source from the content-addressed store, hash-verified

180}
181
182void Function::RegisterFunctionEnd() {
183 if (!end_has_been_registered_) {
184 end_has_been_registered_ = true;
185
186 ComputeAugmentedCFG();
187 }
188}
189
190size_t Function::block_count() const { return blocks_.size(); }
191

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected