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

Method in

chapter15/src/main/java/com/seaofnodes/simple/node/Node.java:128–128  ·  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

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

Callers 15

breadthMethod · 0.95
idealizeMethod · 0.95
cfg0Method · 0.95
setDefMethod · 0.95
delDefMethod · 0.95
equalsMethod · 0.95
widenMethod · 0.95
hasFloatInputMethod · 0.95
swap12Method · 0.95
allConsMethod · 0.95
idealizeMethod · 0.95
phiConMethod · 0.95

Calls 1

getMethod · 0.45

Tested by 11

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