OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blockplain
(Results
1 - 25
of
42
) sorted by null
1
2
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
critical.go
47
if p.Kind ==
BlockPlain
{
62
d = f.NewBlock(
BlockPlain
)
74
d = f.NewBlock(
BlockPlain
)
fuse.go
42
if s0.Kind !=
BlockPlain
|| len(s0.Preds) != 1 || len(s0.Values) != 0 {
50
if s1.Kind !=
BlockPlain
|| len(s1.Preds) != 1 || len(s1.Values) != 0 {
92
b.Kind =
BlockPlain
112
if b.Kind !=
BlockPlain
{
deadcode_test.go
85
if fun.blocks["entry"].Kind !=
BlockPlain
{
122
if fun.blocks["entry"].Kind !=
BlockPlain
{
trim.go
97
// - it should be
BlockPlain
102
if b.Kind !=
BlockPlain
|| b == b.Func.Entry {
writebarrier.go
124
bThen := f.NewBlock(
BlockPlain
)
125
bElse := f.NewBlock(
BlockPlain
)
func_test.go
224
// Goto specifies that this is a
BlockPlain
and names the single successor.
227
return ctrl{
BlockPlain
, "", []string{succ}}
deadcode.go
135
b.Kind =
BlockPlain
nilcheck.go
229
// TODO: if b.Kind ==
BlockPlain
, start the analysis in the subsequent block to find
check.go
66
case
BlockPlain
:
loopreschedchecks.go
259
sched := f.NewBlock(
BlockPlain
)
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
critical.go
47
if p.Kind ==
BlockPlain
{
62
d = f.NewBlock(
BlockPlain
)
74
d = f.NewBlock(
BlockPlain
)
fuse.go
42
if s0.Kind !=
BlockPlain
|| len(s0.Preds) != 1 || len(s0.Values) != 0 {
50
if s1.Kind !=
BlockPlain
|| len(s1.Preds) != 1 || len(s1.Values) != 0 {
92
b.Kind =
BlockPlain
112
if b.Kind !=
BlockPlain
{
deadcode_test.go
85
if fun.blocks["entry"].Kind !=
BlockPlain
{
122
if fun.blocks["entry"].Kind !=
BlockPlain
{
trim.go
97
// - it should be
BlockPlain
102
if b.Kind !=
BlockPlain
|| b == b.Func.Entry {
writebarrier.go
124
bThen := f.NewBlock(
BlockPlain
)
125
bElse := f.NewBlock(
BlockPlain
)
func_test.go
224
// Goto specifies that this is a
BlockPlain
and names the single successor.
227
return ctrl{
BlockPlain
, "", []string{succ}}
deadcode.go
135
b.Kind =
BlockPlain
nilcheck.go
229
// TODO: if b.Kind ==
BlockPlain
, start the analysis in the subsequent block to find
check.go
66
case
BlockPlain
:
loopreschedchecks.go
259
sched := f.NewBlock(
BlockPlain
)
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa.go
82
s.f.Entry = s.f.NewBlock(ssa.
BlockPlain
)
504
dead := s.f.NewBlock(ssa.
BlockPlain
)
613
lab.target = s.f.NewBlock(ssa.
BlockPlain
)
626
lab.target = s.f.NewBlock(ssa.
BlockPlain
)
765
bThen := s.f.NewBlock(ssa.
BlockPlain
)
766
bEnd := s.f.NewBlock(ssa.
BlockPlain
)
769
bElse = s.f.NewBlock(ssa.
BlockPlain
)
853
bCond := s.f.NewBlock(ssa.
BlockPlain
)
854
bBody := s.f.NewBlock(ssa.
BlockPlain
)
855
bIncr := s.f.NewBlock(ssa.
BlockPlain
)
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go
82
s.f.Entry = s.f.NewBlock(ssa.
BlockPlain
)
504
dead := s.f.NewBlock(ssa.
BlockPlain
)
613
lab.target = s.f.NewBlock(ssa.
BlockPlain
)
626
lab.target = s.f.NewBlock(ssa.
BlockPlain
)
765
bThen := s.f.NewBlock(ssa.
BlockPlain
)
766
bEnd := s.f.NewBlock(ssa.
BlockPlain
)
769
bElse = s.f.NewBlock(ssa.
BlockPlain
)
853
bCond := s.f.NewBlock(ssa.
BlockPlain
)
854
bBody := s.f.NewBlock(ssa.
BlockPlain
)
855
bIncr := s.f.NewBlock(ssa.
BlockPlain
)
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/compile/internal/mips64/
ssa.go
612
case ssa.
BlockPlain
:
/prebuilts/go/linux-x86/src/cmd/compile/internal/mips64/
ssa.go
612
case ssa.
BlockPlain
:
/prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
ssa.go
867
case ssa.
BlockPlain
:
Completed in 880 milliseconds
1
2