MCPcopy Index your code
hub / github.com/SeaOfNodes/Simple / in

Method in

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

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

Callers 15

do_blockMethod · 0.95
biasColorMethod · 0.95
_instSelectMethod · 0.95
splitSelfConflictMethod · 0.95
insertBeforeMethod · 0.95
postColorMethod · 0.95
splitBypassMethod · 0.95
sameBlockNoClobberMethod · 0.95
coalesceMethod · 0.95
breadthMethod · 0.95
scopeEdgesMethod · 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