Lines Matching refs:ce
236 call_entry* ce; in dump_state_of_thread() local
252 ce = 0; in dump_state_of_thread()
254 ce = CLG_(get_call_entry)(i); in dump_state_of_thread()
256 if (!ce->jcc) continue; in dump_state_of_thread()
258 from = ce->jcc->from; in dump_state_of_thread()
264 p+= VG_(sprintf)(buf+p, "%llu\n", ce->jcc->call_counter); in dump_state_of_thread()
268 CLG_(copy_cost)( CLG_(sets).full, sum, ce->jcc->cost ); in dump_state_of_thread()
269 CLG_(copy_cost)( CLG_(sets).full, tmp, ce->enter_cost ); in dump_state_of_thread()
271 ce->enter_cost, CLG_(current_state).cost ); in dump_state_of_thread()
272 CLG_(copy_cost)( CLG_(sets).full, ce->enter_cost, tmp ); in dump_state_of_thread()
279 if (ce && ce->jcc) { in dump_state_of_thread()
280 to = ce->jcc->to; in dump_state_of_thread()