MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / isDead

Method isDead

chapter17/src/main/java/com/seaofnodes/simple/node/Node.java:258–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256
257 // Mostly used for asserts and printing.
258 public boolean isDead() { return isUnused() && nIns()==0 && _type==null; }
259
260 // Shortcuts to stop DCE mid-parse
261 // Add bogus null use to keep node alive

Callers 7

iterateMethod · 0.95
_print0Method · 0.95
killMethod · 0.95
deadCodeElimMethod · 0.95
generateDotOutputMethod · 0.45
addGuardsMethod · 0.45
idealizeMethod · 0.45

Calls 2

isUnusedMethod · 0.95
nInsMethod · 0.95

Tested by

no test coverage detected