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

Method cfg0

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

Source from the content-addressed store, hash-verified

147 public boolean isUnused() { return nOuts() == 0; }
148
149 public CFGNode cfg0() { return (CFGNode)in(0); }
150
151 /**
152 * Change a <em>def</em> into a Node. Keeps the edges correct, by removing

Callers 15

killsMethod · 0.95
pickRiskyScoreMethod · 0.95
insertBeforeMethod · 0.95
splitBypassMethod · 0.95
sameBlockNoClobberMethod · 0.95
_prettyPrintScheduledMethod · 0.95
killOrderedMethod · 0.95
setDefOrderedMethod · 0.95
removeSplitMethod · 0.95
mergeLiveOutMethod · 0.45
splitSelfConflictMethod · 0.45

Calls 1

inMethod · 0.95

Tested by

no test coverage detected