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

Method setOrder

block.cc:2566–2579  ·  view source on GitHub ↗

The SeqNum::order field for each PcodeOp must mirror the ordering of that PcodeOp within \b this block. Insertions are usually handled by calculating an appropriate SeqNum::order field for the new PcodeOp, but sometime there isn't enough room between existing ops. This method is then called to recalculate the SeqNum::order field for all PcodeOp objects in \b this block, reestablishing space betw

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

spliceBlockBasicMethod · 0.45
insertMethod · 0.45

Calls 3

sizeMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected