Home | History | Annotate | Download | only in callgrind

Lines Matching full:ulong

92   ULong dump_every_bb;     /* Dump every xxx BBs. */
119 ULong verbose_start;
137 ULong call_counter;
138 ULong jcnd_counter;
139 ULong jump_counter;
140 ULong rec_call_counter;
141 ULong ret_counter;
142 ULong bb_executions;
194 typedef ULong* SimCost; /* All events the simulator can produce */
195 typedef ULong* UserCost;
196 typedef ULong* FullCost; /* Simulator + User */
238 ULong call_counter; /* no wraparound with 64 bit */
341 ULong ecounter; /* number of times the BB was left at this exit */
369 ULong ret_counter; /* how often returned from jccs of this bbcc;
381 ULong* cost; /* start of 64bit costs for this BBCC */
382 ULong ecounter_sum; /* execution counter for first instruction of BB */
632 void (*add_icost)(SimCost, BBCC*, InstrInfo*, ULong);
799 extern ULong* CLG_(cost_base);
839 void CLG_(print_cost)(int s, EventSet*, ULong* cost);