Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.h32 #define BRANCH_COST 10 /* Cost of a conditional branch */ macro
H A Dexpand.c468 if (rcost < BRANCH_COST) { in expand_logical()
470 rcost -= BRANCH_COST - 1; in expand_logical()
473 return cost + BRANCH_COST + rcost; in expand_logical()
569 cost -= BRANCH_COST - 1; in expand_conditional()
572 return cost + cond_cost + BRANCH_COST; in expand_conditional()

Completed in 2 milliseconds