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

Method nOuts

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

Source from the content-addressed store, hash-verified

143 public int nIns() { return _inputs.size(); }
144
145 public int nOuts() { return _outputs.size(); }
146
147 public boolean isUnused() { return nOuts() == 0; }
148

Callers 15

killsMethod · 0.95
insertBeforeMethod · 0.95
idealizeMethod · 0.95
same_opMethod · 0.95
isUnusedMethod · 0.95
subsumeMethod · 0.95
setDefOrderedMethod · 0.95
evalMethod · 0.45
parallelAssignPhisMethod · 0.45
do_blockMethod · 0.45
optoMethod · 0.45
splitEmptyMaskSimpleMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

evalMethod · 0.36
parallelAssignPhisMethod · 0.36