Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ GCM
Method
GCM
chapter19/src/main/java/com/seaofnodes/simple/CodeGen.java:243–243 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
241
242
// Global schedule (code motion) nodes
243
public
CodeGen GCM() {
return
GCM(false); }
244
public
CodeGen GCM( boolean show) {
245
assert _phase.ordinal() <= Phase.InstructionSelection.ordinal();
246
_phase = Phase.Schedule;
Callers
15
testJig
Method · 0.45
testPhiParalleAssign
Method · 0.45
testFcn1
Method · 0.45
testFcn6
Method · 0.45
testFcn7
Method · 0.45
testFcn8
Method · 0.45
testFcn9
Method · 0.45
testFcn10
Method · 0.45
testForwardRef1
Method · 0.45
testInline
Method · 0.45
testOperField
Method · 0.45
testBrainfuck
Method · 0.45
Calls
3
buildCFG
Method · 0.95
buildLoopTree
Method · 0.45
generateDotOutput
Method · 0.45
Tested by
15
testJig
Method · 0.36
testPhiParalleAssign
Method · 0.36
testFcn1
Method · 0.36
testFcn6
Method · 0.36
testFcn7
Method · 0.36
testFcn8
Method · 0.36
testFcn9
Method · 0.36
testFcn10
Method · 0.36
testForwardRef1
Method · 0.36
testInline
Method · 0.36
testOperField
Method · 0.36
testBrainfuck
Method · 0.36