Home | History | Annotate | Download | only in compiler

Lines Matching refs:fbranch

412       BasicBlock* fbranch = block->SuccessorAt(1);
416 CheckNoPhis(fbranch);
417 if (tbranch == fbranch) return VisitGoto(tbranch);
418 return VisitBranch(input, tbranch, fbranch);
861 BasicBlock* fbranch) {
866 FlagsContinuation cont(kNotEqual, tbranch, fbranch);