Home | History | Annotate | Download | only in callgrind

Lines Matching defs:ce

1409     call_entry* ce;
1421 ce = 0;
1423 ce = CLG_(get_call_entry)(i);
1425 if (!ce->jcc) continue;
1427 from = ce->jcc->from;
1429 VG_(gdb_printf)("calls-%d-%d: %llu\n",t, i, ce->jcc->call_counter);
1432 CLG_(copy_cost)( CLG_(sets).full, sum, ce->jcc->cost );
1433 CLG_(copy_cost)( CLG_(sets).full, tmp, ce->enter_cost );
1435 ce->enter_cost, CLG_(current_state).cost );
1436 CLG_(copy_cost)( CLG_(sets).full, ce->enter_cost, tmp );
1442 if (ce && ce->jcc) {
1443 to = ce->jcc->to;