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

Method isDead

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

Source from the content-addressed store, hash-verified

278
279 // Mostly used for asserts and printing.
280 public boolean isDead() { return isUnused() && nIns()==0 && _type==null; }
281
282 // Shortcuts to stop DCE mid-parse
283 // Add bogus null use to keep node alive

Callers 15

iterateMethod · 0.95
findAllLRGMethod · 0.95
_print0Method · 0.95
killMethod · 0.95
deadCodeElimMethod · 0.95
evalMethod · 0.45
splitByLoopMethod · 0.45
generateDotOutputMethod · 0.45
_showMethod · 0.45
nodeEdgesMethod · 0.45
addGuardsMethod · 0.45
idealizeMethod · 0.45

Calls 2

isUnusedMethod · 0.95
nInsMethod · 0.95

Tested by 1

evalMethod · 0.36