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

Method in

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

134 * @return Input node or null
135 */
136 public Node in(int i) { return _inputs.get(i); }
137 public Node out(int i) { return _outputs.get(i); }
138 public final Ary<Node> outs() { return _outputs; }
139

Callers 15

scopeEdgesMethod · 0.95
_instSelectMethod · 0.95
breadthMethod · 0.95
idealizeMethod · 0.95
cfg0Method · 0.95
setDefMethod · 0.95
delDefMethod · 0.95
equalsMethod · 0.95
widenMethod · 0.95
hasFloatInputMethod · 0.95
allConsMethod · 0.95
idealizeMethod · 0.95

Calls 1

getMethod · 0.45

Tested by 14

testConstantArgMethod · 0.36
parallelAssignPhisMethod · 0.36
computeMethod · 0.36
allocMethod · 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