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