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

Method nIns

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

Source from the content-addressed store, hash-verified

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

Callers 15

idealizeMethod · 0.95
popUntilMethod · 0.95
killMethod · 0.95
isDeadMethod · 0.95
widenMethod · 0.95
hasFloatInputMethod · 0.95
allConsMethod · 0.95
phiConMethod · 0.95
evaluateMethod · 0.45
doScheduleMethod · 0.45
isCFGNodeReadyMethod · 0.45
schedulePhisMethod · 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