Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ nIns
Method
nIns
chapter11/src/main/java/com/seaofnodes/simple/node/Node.java:134–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
@Override
public
ArrayList<Node> outs() {
return
_outputs; }
133
134
public
int
nIns() {
return
_inputs.size(); }
135
136
public
int
nOuts() {
return
_outputs.size(); }
137
Callers
15
idealize
Method · 0.95
kill
Method · 0.95
isDead
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
doBuildCTF
Method · 0.45
doMarkAlive
Method · 0.45
nodeEdges
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