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

Method pseudo_entry_block

source/val/function.h:175–175  ·  view source on GitHub ↗

Returns the pseudo exit block

Source from the content-addressed store, hash-verified

173
174 /// Returns the pseudo exit block
175 BasicBlock* pseudo_entry_block() { return &pseudo_entry_block_; }
176
177 /// Returns the pseudo exit block
178 const BasicBlock* pseudo_entry_block() const { return &pseudo_entry_block_; }

Callers 1

PerformCfgChecksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected