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

Method nIns

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

Source from the content-addressed store, hash-verified

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

Callers 15

_instSelectMethod · 0.95
splitEmptyMaskByUseMethod · 0.95
same_opMethod · 0.95
drop_same_opMethod · 0.95
setDefXMethod · 0.95
popUntilMethod · 0.95
killMethod · 0.95
isDeadMethod · 0.95
widenMethod · 0.95
hasFloatInputMethod · 0.95
allConsMethod · 0.95
phiConMethod · 0.95

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