MCPcopy Create free account
hub / github.com/cseagle/blc / gotoPrints

Method gotoPrints

block.cc:2768–2777  ·  view source on GitHub ↗

Under rare circumstances, the emitter can place the target block of the goto immediately after this goto block. In this case, because the control-flow is essentially a fall-thru, there should not be a formal goto statement emitted. Check if the goto is to the next block in flow in which case the goto should not be printed. \return \b true if the goto should be printed formally

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

gatherReturnGotosMethod · 0.80
emitBlockGotoMethod · 0.80

Calls 2

getFrontLeafMethod · 0.80
nextFlowAfterMethod · 0.60

Tested by

no test coverage detected