Searched refs:rcost (Results 1 – 1 of 1) sorted by relevance
428 int cost, rcost; in expand_logical() local451 rcost = expand_expression(right); in expand_logical()468 if (rcost < BRANCH_COST) { in expand_logical()470 rcost -= BRANCH_COST - 1; in expand_logical()473 return cost + BRANCH_COST + rcost; in expand_logical()