MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / createLoopContinue

Method createLoopContinue

SPIRV/SpvBuilder.cpp:4585–4590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4583}
4584
4585void Builder::createLoopContinue()
4586{
4587 createBranch(false, &loops.top().continue_target);
4588 // Set up a block for dead code.
4589 createAndSetNoPredecessorBlock("post-loop-continue");
4590}
4591
4592void Builder::createLoopExit()
4593{

Callers 1

visitBranchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected