Home | History | Annotate | Download | only in callgrind

Lines Matching defs:ce

1481     call_entry* ce;
1495 ce = 0;
1497 ce = CLG_(get_call_entry)(i);
1499 if (!ce->jcc) continue;
1501 from = ce->jcc->from;
1503 VG_(gdb_printf)("calls-%d-%d: %llu\n",t, i, ce->jcc->call_counter);
1506 CLG_(copy_cost)( CLG_(sets).full, sum, ce->jcc->cost );
1507 CLG_(copy_cost)( CLG_(sets).full, tmp, ce->enter_cost );
1509 ce->enter_cost, CLG_(current_state).cost );
1510 CLG_(copy_cost)( CLG_(sets).full, ce->enter_cost, tmp );
1516 if (ce && ce->jcc) {
1517 to = ce->jcc->to;