Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ cfg0
Method
cfg0
chapter20/src/main/java/com/seaofnodes/simple/node/Node.java:147–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
public
boolean isUnused() {
return
nOuts() == 0; }
146
147
public
CFGNode cfg0() {
return
(CFGNode)in(0); }
148
149
/**
150
* Change a <em>def</em> into a Node. Keeps the edges correct, by removing
Callers
15
insertBefore
Method · 0.95
splitBypass
Method · 0.95
breakUpGlobalConstants
Method · 0.95
_prettyPrintScheduled
Method · 0.95
setDefOrdered
Method · 0.95
removeSplit
Method · 0.95
mergeLiveOut
Method · 0.45
splitByLoop
Method · 0.45
deepSplit
Method · 0.45
_schedEarly
Method · 0.45
_doSchedLate
Method · 0.45
find_anti_dep
Method · 0.45
Calls
1
in
Method · 0.95
Tested by
no test coverage detected