Home | History | Annotate | Download | only in optimizing

Lines Matching refs:branch_target

3287     MipsLabel* branch_target = true_target;
3291 branch_target = false_target;
3296 GenerateIntCompareAndBranch(if_cond, locations, branch_target);
3299 GenerateLongCompareAndBranch(if_cond, locations, branch_target);
3303 GenerateFpCompareAndBranch(if_cond, condition->IsGtBias(), type, locations, branch_target);