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

/freebsd-9.3-release/contrib/gcc/
H A Difcvt.c91 static bool cheap_bb_rtx_cost_p (basic_block, int);
142 cheap_bb_rtx_cost_p (basic_block bb, int max_cost)
3405 if (! cheap_bb_rtx_cost_p (then_bb, COSTS_N_INSNS (BRANCH_COST)))
3524 if (! cheap_bb_rtx_cost_p (else_bb, COSTS_N_INSNS (BRANCH_COST)))
141 cheap_bb_rtx_cost_p (basic_block bb, int max_cost) function

Completed in 89 milliseconds