Home | History | Annotate | Download | only in callgrind

Lines Matching defs:ce

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