Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpand.h32 #define BRANCH_COST 10 /* Cost of a conditional branch */ macro
H A Dexpand.c479 if (rcost < BRANCH_COST) { in expand_logical()
481 rcost -= BRANCH_COST - 1; in expand_logical()
484 return cost + BRANCH_COST + rcost; in expand_logical()
580 cost -= BRANCH_COST - 1; in expand_conditional()
583 return cost + cond_cost + BRANCH_COST; in expand_conditional()