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

Method exit_block

source/val/construct.cpp:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65BasicBlock* Construct::entry_block() { return entry_block_; }
66
67const BasicBlock* Construct::exit_block() const { return exit_block_; }
68BasicBlock* Construct::exit_block() { return exit_block_; }
69
70void Construct::set_exit(BasicBlock* block) { exit_block_ = block; }

Callers 6

FindCaseFallThroughFunction · 0.80
StructuredSwitchChecksFunction · 0.80
IsApplicableMethod · 0.80
ApplyMethod · 0.80
ShrinkOriginalRegionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected