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

Method cfg0

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

Source from the content-addressed store, hash-verified

135 public boolean isUnused() { return nOuts() == 0; }
136
137 public CFGNode cfg0() { return (CFGNode)in(0); }
138
139 /**
140 * Change a <em>def</em> into a Node. Keeps the edges correct, by removing

Callers 8

_prettyPrintScheduledMethod · 0.95
_schedEarlyMethod · 0.45
_doSchedLateMethod · 0.45
find_anti_depMethod · 0.45
localMethod · 0.45
uctrlMethod · 0.45
walkUpMethod · 0.45
hoistPtrMethod · 0.45

Calls 1

inMethod · 0.95

Tested by

no test coverage detected