HomeSort by relevance Sort by last modified time
    Searched full:nextb (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
looprotate.go 67 nextb := f.Blocks[nextIdx]
68 if nextb == p { // original loop predecessor is next
71 if loopnest.b2l[nextb.ID] != loop { // about to leave loop
74 after[p.ID] = append(after[p.ID], nextb)
75 b = nextb
loopbce.go 38 nextb:
57 continue nextb
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
looprotate.go 67 nextb := f.Blocks[nextIdx]
68 if nextb == p { // original loop predecessor is next
71 if loopnest.b2l[nextb.ID] != loop { // about to leave loop
74 after[p.ID] = append(after[p.ID], nextb)
75 b = nextb
loopbce.go 38 nextb:
57 continue nextb
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 231 MachineBasicBlock *NextB = (NextBI != MFN->end()) ? &*NextBI : 0;
237 MachineBasicBlock *T2B = (T2I == B->end()) ? NextB
240 // XXX merge if T1B == NextB, or convert branch to unconditional.
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
ssa.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
ssa.a     [all...]

Completed in 336 milliseconds