Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ nIns
Method
nIns
chapter19/src/main/java/com/seaofnodes/simple/node/Node.java:140–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
public
final
Ary<Node> outs() {
return
_outputs; }
139
140
public
int
nIns() {
return
_inputs.size(); }
141
142
public
int
nOuts() {
return
_outputs.size(); }
143
Callers
15
_instSelect
Method · 0.95
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
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