Home | History | Annotate | Download | only in compiler

Lines Matching refs:tbranch

411       BasicBlock* tbranch = block->SuccessorAt(0);
415 CheckNoPhis(tbranch);
417 if (tbranch == fbranch) return VisitGoto(tbranch);
418 return VisitBranch(input, tbranch, fbranch);
860 void InstructionSelector::VisitBranch(Node* branch, BasicBlock* tbranch,
866 FlagsContinuation cont(kNotEqual, tbranch, fbranch);
869 if (IsNextInAssemblyOrder(tbranch)) {