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

Method nIns

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

Source from the content-addressed store, hash-verified

138 public final Ary<Node> outs() { return _outputs; }
139
140 public int nIns() { return _inputs.size(); }
141
142 public int nOuts() { return _outputs.size(); }
143

Callers 15

_instSelectMethod · 0.95
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

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