Home | History | Annotate | Download | only in optimizing

Lines Matching refs:if_cond

2611     IfCondition if_cond = condition->GetCondition();
2615 if_cond = condition->GetOppositeCondition();
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);