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

Method nOuts

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

Source from the content-addressed store, hash-verified

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

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
fieldSizesMethod · 0.45
splitEmptyMaskSimpleMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

evalMethod · 0.36
parallelAssignPhisMethod · 0.36