Home | History | Annotate | Download | only in optimizing

Lines Matching refs:branch_target

2612     Mips64Label* branch_target = true_target;
2616 branch_target = false_target;
2621 GenerateIntLongCompareAndBranch(if_cond, /* is64bit */ false, locations, branch_target);
2624 GenerateIntLongCompareAndBranch(if_cond, /* is64bit */ true, locations, branch_target);
2628 GenerateFpCompareAndBranch(if_cond, condition->IsGtBias(), type, locations, branch_target);