Lines Matching full:cost
211 /* JmpCall cost center
222 * Cost <sum> holds event counts for already returned executions.
240 FullCost cost; /* simulator + user counters */
271 * BB is to be retranslated but cost info is already available.
279 * As cost of a BB has to be distinguished depending on the context,
280 * multiple cost centers for one BB (struct BBCC) exist and the according
337 * Cost info for a side exits from a BB
347 * Basic Block Cost Center
357 * The cost centres for the instructions of a basic block are
362 BB* bb; /* BB for this cost center */
377 FullCost skipped; /* cost for skipped functions called from
381 ULong* cost; /* start of 64bit costs for this BBCC */
458 FullCost enter_cost; /* cost event counters at entering frame */
489 FullCost cost;
578 FullCost lastdump_cost; /* Cost at last dump */
602 /* a simulator cost entity that can be written out in one line */
606 SimCost cost;
839 void CLG_(print_cost)(int s, EventSet*, ULong* cost);