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

Method noInterveningStatement

block.cc:2622–2657  ·  view source on GitHub ↗

\brief Check for values created in \b this block that flow outside the block. The block can calculate a value for a BRANCHIND or CBRANCH and can copy values and this method will still return \b true. But calculating any value used outside the block, writing to an addressable location, or performing a CALL or STORE causes the method to return \b false. \return \b true if no value is created that

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

foldInOneGuardMethod · 0.80

Calls 12

isMarkerMethod · 0.80
isBranchMethod · 0.80
getEvalTypeMethod · 0.80
isCallMethod · 0.80
codeMethod · 0.80
beginDescendMethod · 0.80
endDescendMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
getOutMethod · 0.45
isAddrTiedMethod · 0.45
getParentMethod · 0.45

Tested by

no test coverage detected