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

Method nIns

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

Source from the content-addressed store, hash-verified

132 @Override public ArrayList<Node> outs() { return _outputs; }
133
134 public int nIns() { return _inputs.size(); }
135
136 public int nOuts() { return _outputs.size(); }
137

Callers 15

idealizeMethod · 0.95
killMethod · 0.95
isDeadMethod · 0.95
allConsMethod · 0.95
phiConMethod · 0.95
evaluateMethod · 0.45
doScheduleMethod · 0.45
isCFGNodeReadyMethod · 0.45
schedulePhisMethod · 0.45
doBuildCTFMethod · 0.45
doMarkAliveMethod · 0.45
nodeEdgesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 6

evaluateMethod · 0.36
doScheduleMethod · 0.36
isCFGNodeReadyMethod · 0.36
schedulePhisMethod · 0.36
doBuildCTFMethod · 0.36
doMarkAliveMethod · 0.36