MCPcopy 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

testJigMethod · 0.45
testPhiParalleAssignMethod · 0.45
testFcn1Method · 0.45
testFcn6Method · 0.45
testFcn7Method · 0.45
testFcn8Method · 0.45
testFcn9Method · 0.45
testFcn10Method · 0.45
testForwardRef1Method · 0.45
testInlineMethod · 0.45
testOperFieldMethod · 0.45
testBrainfuckMethod · 0.45

Calls 3

buildCFGMethod · 0.95
buildLoopTreeMethod · 0.45
generateDotOutputMethod · 0.45

Tested by 15

testJigMethod · 0.36
testPhiParalleAssignMethod · 0.36
testFcn1Method · 0.36
testFcn6Method · 0.36
testFcn7Method · 0.36
testFcn8Method · 0.36
testFcn9Method · 0.36
testFcn10Method · 0.36
testForwardRef1Method · 0.36
testInlineMethod · 0.36
testOperFieldMethod · 0.36
testBrainfuckMethod · 0.36