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