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

Method in

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

Gets the ith input node @param i Offset of the input node @return Input node or null

(int i)

Source from the content-addressed store, hash-verified

128 * @return Input node or null
129 */
130 public Node in(int i) { return _inputs.get(i); }
131 public Node out(int i) { return _outputs.get(i); }
132 @Override public ArrayList<Node> outs() { return _outputs; }
133

Callers 15

idealizeMethod · 0.95
cfg0Method · 0.95
setDefMethod · 0.95
delDefMethod · 0.95
equalsMethod · 0.95
swap12Method · 0.95
allConsMethod · 0.95
idealizeMethod · 0.95
phiConMethod · 0.95
testVarArgMethod · 0.45
testSimpleProgramMethod · 0.45
divMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 12

testVarArgMethod · 0.36
testSimpleProgramMethod · 0.36
divMethod · 0.36
loadMethod · 0.36
storeMethod · 0.36
execMethod · 0.36
evaluateMethod · 0.36
doScheduleMethod · 0.36
isCFGNodeReadyMethod · 0.36
schedulePhisMethod · 0.36
doBuildCTFMethod · 0.36
doMarkAliveMethod · 0.36