Lines Matching full:cost
100 bbcc->cost[i] = 0;
104 CLG_(init_cost)( CLG_(sets).full, jcc->cost );
140 * The hash is used in setup_bb(), i.e. to find the cost
282 bbcc->cost = CLG_(get_costarray)(bb->cost_count);
284 bbcc->cost[i] = 0;
439 /* Get a pointer to the cost centre structure for given basic block
609 /* update Ir cost */
611 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count;
618 /* update Ir cost */
620 CLG_(current_state).cost[ fullOffset(EG_IR) ] += instr_count;
901 CLG_(cost_base) = bbcc->cost;
909 CLG_DEBUG(3,"- setup_bbcc (BB %#lx): Cost %p (Len %u), Instrs %u (Len %u)\n",
910 bb_addr(bb), bbcc->cost, bb->cost_count,