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

Method MergeBlockId

source/opt/basic_block.cpp:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200uint32_t BasicBlock::MergeBlockId() const {
201 uint32_t mbid = MergeBlockIdIfAny();
202 assert(mbid && "Expected block to have a corresponding merge block");
203 return mbid;
204}
205
206uint32_t BasicBlock::ContinueBlockIdIfAny() const {
207 auto merge_ii = cend();

Callers 7

ApplyMethod · 0.80
ApplyMethod · 0.80
RedirectEdgeMethod · 0.80
CreateLoopLimiterInfoMethod · 0.80
TryToAddLoopLimitersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected