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

Method compareOrder

op.cc:738–750  ·  view source on GitHub ↗

Compare the execution order of -this- and -bop-, if -this- executes earlier (dominates) return -1; if -bop- executes earlier return 1, otherwise return 0. Note that 0 is returned if there is no absolute execution order. \param bop is the PcodeOp to compare this to \return -1, 0, or 1, depending on the comparison

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

findRootMethod · 0.80
applyOpMethod · 0.80

Calls 1

getOrderMethod · 0.80

Tested by

no test coverage detected