Home
last modified time | relevance | path

Searched refs:rcost (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpand.c439 int cost, rcost; in expand_logical() local
462 rcost = expand_expression(right); in expand_logical()
479 if (rcost < BRANCH_COST) { in expand_logical()
481 rcost -= BRANCH_COST - 1; in expand_logical()
484 return cost + BRANCH_COST + rcost; in expand_logical()