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

Method entry_block

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

Source from the content-addressed store, hash-verified

62}
63
64const BasicBlock* Construct::entry_block() const { return entry_block_; }
65BasicBlock* Construct::entry_block() { return entry_block_; }
66
67const BasicBlock* Construct::exit_block() const { return exit_block_; }

Callers 12

StructuredSwitchChecksFunction · 0.80
RegisterBlockEndMethod · 0.80
function.cppFile · 0.80
GetBlockDepthMethod · 0.80
blocksMethod · 0.80
IsStructuredExitMethod · 0.80
IsApplicableMethod · 0.80
ApplyMethod · 0.80
ShrinkOriginalRegionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected