Home | History | Annotate | Download | only in compiler

Lines Matching full:tbranch

724       BasicBlock* tbranch = block->SuccessorAt(0);
726 if (tbranch == fbranch) return VisitGoto(tbranch);
727 return VisitBranch(input, tbranch, fbranch);