Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ nIns
Method
nIns
chapter18/src/main/java/com/seaofnodes/simple/node/Node.java:131–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
public
final
Ary<Node> outs() {
return
_outputs; }
130
131
public
int
nIns() {
return
_inputs.size(); }
132
133
public
int
nOuts() {
return
_outputs.size(); }
134
Callers
15
idealize
Method · 0.95
popUntil
Method · 0.95
kill
Method · 0.95
isDead
Method · 0.95
widen
Method · 0.95
hasFloatInput
Method · 0.95
allCons
Method · 0.95
phiCon
Method · 0.95
evaluate
Method · 0.45
doSchedule
Method · 0.45
isCFGNodeReady
Method · 0.45
schedulePhis
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
6
evaluate
Method · 0.36
doSchedule
Method · 0.36
isCFGNodeReady
Method · 0.36
schedulePhis
Method · 0.36
doBuildCTF
Method · 0.36
doMarkAlive
Method · 0.36