HomeSort by relevance Sort by last modified time
    Searched full:bloc (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
dom_test.go 15 type blockGen func(size int) []bloc
19 func genLinear(size int) []bloc {
20 var blocs []bloc
22 Bloc("entry",
28 blocs = append(blocs, Bloc(blockn(i),
33 Bloc(blockn(size), Goto("exit")),
34 Bloc("exit", Exit("mem")),
42 func genFwdBack(size int) []bloc {
43 var blocs []bloc
45 Bloc("entry"
    [all...]
shortcircuit_test.go 13 Bloc("entry",
19 Bloc("b1",
22 Bloc("b2",
25 Bloc("b3",
28 Bloc("b4",
31 Bloc("b5",
34 Bloc("b6",
36 Bloc("b7",
deadcode_test.go 16 Bloc("entry",
19 Bloc("exit",
22 Bloc("deadblock",
46 Bloc("entry",
50 Bloc("exit",
69 Bloc("entry",
73 Bloc("then",
75 Bloc("else",
77 Bloc("exit",
104 Bloc("entry"
    [all...]
fuse_test.go 13 Bloc("entry",
17 Bloc("checkPtr",
22 Bloc("then",
24 Bloc("exit",
41 Bloc("entry",
45 Bloc("checkPtr",
50 Bloc("then",
52 Bloc("else",
54 Bloc("exit",
74 Bloc("entry"
    [all...]
regalloc_test.go 12 Bloc("entry",
20 Bloc("if",
23 Bloc("plain",
26 Bloc("exit",
nilcheck_test.go 21 var blocs []bloc
23 Bloc("entry",
31 Bloc(blockn(i),
39 Bloc(blockn(depth), Goto("exit")),
40 Bloc("exit", Exit("mem")),
69 Bloc("entry",
73 Bloc("checkPtr",
77 Bloc("secondCheck",
80 Bloc("extra",
82 Bloc("exit"
    [all...]
func_test.go 20 // Bloc("entry",
23 // Bloc("exit",
25 // Bloc("deadblock",
35 // TODO(matloob): Choose better names for Fun, Bloc, Goto, etc.
141 // Fun takes the name of an entry bloc and a series of Bloc calls, and
143 // supplied to one of the Bloc functions. Each of the bloc names and
145 func Fun(c *Config, entry string, blocs ...bloc) fun {
152 for _, bloc := range blocs
248 type bloc struct { type
    [all...]
writebarrier_test.go 14 Bloc("entry",
23 Bloc("exit",
passbm_test.go 61 func genFunction(size int) []bloc {
62 var blocs []bloc
68 Bloc("entry",
75 blocs = append(blocs, Bloc(blockn(i),
94 Bloc(blockn(size+1), Goto("exit")),
95 Bloc("exit", Exit("store0-4")),
deadstore_test.go 14 Bloc("entry",
27 Bloc("exit",
49 Bloc("entry",
55 Bloc("loop",
59 Bloc("exit",
76 Bloc("entry",
85 Bloc("exit",
106 Bloc("entry",
114 Bloc("exit",
schedule_test.go 13 Bloc("entry",
24 Bloc("exit",
cse_test.go 23 Bloc("entry",
43 Bloc("exit",
91 Bloc("entry",
109 Bloc("exit",
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
dom_test.go 15 type blockGen func(size int) []bloc
19 func genLinear(size int) []bloc {
20 var blocs []bloc
22 Bloc("entry",
28 blocs = append(blocs, Bloc(blockn(i),
33 Bloc(blockn(size), Goto("exit")),
34 Bloc("exit", Exit("mem")),
42 func genFwdBack(size int) []bloc {
43 var blocs []bloc
45 Bloc("entry"
    [all...]
shortcircuit_test.go 13 Bloc("entry",
19 Bloc("b1",
22 Bloc("b2",
25 Bloc("b3",
28 Bloc("b4",
31 Bloc("b5",
34 Bloc("b6",
36 Bloc("b7",
deadcode_test.go 16 Bloc("entry",
19 Bloc("exit",
22 Bloc("deadblock",
46 Bloc("entry",
50 Bloc("exit",
69 Bloc("entry",
73 Bloc("then",
75 Bloc("else",
77 Bloc("exit",
104 Bloc("entry"
    [all...]
fuse_test.go 13 Bloc("entry",
17 Bloc("checkPtr",
22 Bloc("then",
24 Bloc("exit",
41 Bloc("entry",
45 Bloc("checkPtr",
50 Bloc("then",
52 Bloc("else",
54 Bloc("exit",
74 Bloc("entry"
    [all...]
regalloc_test.go 12 Bloc("entry",
20 Bloc("if",
23 Bloc("plain",
26 Bloc("exit",
nilcheck_test.go 21 var blocs []bloc
23 Bloc("entry",
31 Bloc(blockn(i),
39 Bloc(blockn(depth), Goto("exit")),
40 Bloc("exit", Exit("mem")),
69 Bloc("entry",
73 Bloc("checkPtr",
77 Bloc("secondCheck",
80 Bloc("extra",
82 Bloc("exit"
    [all...]
func_test.go 20 // Bloc("entry",
23 // Bloc("exit",
25 // Bloc("deadblock",
35 // TODO(matloob): Choose better names for Fun, Bloc, Goto, etc.
141 // Fun takes the name of an entry bloc and a series of Bloc calls, and
143 // supplied to one of the Bloc functions. Each of the bloc names and
145 func Fun(c *Config, entry string, blocs ...bloc) fun {
152 for _, bloc := range blocs
248 type bloc struct { type
    [all...]
writebarrier_test.go 14 Bloc("entry",
23 Bloc("exit",
passbm_test.go 61 func genFunction(size int) []bloc {
62 var blocs []bloc
68 Bloc("entry",
75 blocs = append(blocs, Bloc(blockn(i),
94 Bloc(blockn(size+1), Goto("exit")),
95 Bloc("exit", Exit("store0-4")),
deadstore_test.go 14 Bloc("entry",
27 Bloc("exit",
49 Bloc("entry",
55 Bloc("loop",
59 Bloc("exit",
76 Bloc("entry",
85 Bloc("exit",
106 Bloc("entry",
114 Bloc("exit",
schedule_test.go 13 Bloc("entry",
24 Bloc("exit",
cse_test.go 23 Bloc("entry",
43 Bloc("exit",
91 Bloc("entry",
109 Bloc("exit",
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/ultraviolet/
BaseLocationBox.java 33 super("bloc");
37 super("bloc");

Completed in 190 milliseconds

1 2 3 4