Lines Matching refs:CLG_
47 void CLG_(print_bb)(int s, BB* bb) in CLG_() function
75 void CLG_(print_cxt)(Int s, Context* cxt, int rec_index) in CLG_() function
83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number); in CLG_()
97 void CLG_(print_execstate)(int s, exec_state* es) in CLG_() function
115 void CLG_(print_bbcc)(int s, BBCC* bbcc) in CLG_() function
135 CLG_(print_cxt)(s+8, bbcc->cxt, bbcc->rec_index); in CLG_()
138 void CLG_(print_eventset)(int s, EventSet* es) in CLG_() function
164 eg = CLG_(get_event_group)(i); in CLG_()
175 void CLG_(print_cost)(int s, EventSet* es, ULong* c) in CLG_() function
205 eg = CLG_(get_event_group)(i); in CLG_()
226 void CLG_(print_short_jcc)(jCC* jcc) in CLG_() function
240 void CLG_(print_jcc)(int s, jCC* jcc) in CLG_() function
252 CLG_(print_bbcc)(s+9, jcc->from); in CLG_()
255 CLG_(print_bbcc)(s+9, jcc->to); in CLG_()
259 CLG_(print_cost)(s+9, CLG_(sets).full, jcc->cost); in CLG_()
263 void CLG_(print_stackentry)(int s, int sp) in CLG_() function
272 ce = CLG_(get_call_entry)(sp); in CLG_()
280 CLG_(print_jcc)(5,ce->jcc); in CLG_()
290 for(c=0;c<CLG_(current_call_stack).sp;c++)
291 CLG_(print_stackentry)(-2, c);
295 void CLG_(print_bbcc_fn)(BBCC* bbcc) in CLG_() function
324 void CLG_(print_bbcc_cost)(int s, BBCC* bbcc) in CLG_() function
343 CLG_(print_bbcc)(s, bbcc); in CLG_()
361 CLG_(print_cost)(s+5, ii->eventset, bbcc->cost + ii->cost_offset); in CLG_()
374 void CLG_(print_addr)(Addr addr) in CLG_() function
386 CLG_(get_debug_info)(addr, &dir_buf, &fl_buf, &fn_buf, &ln, &di); in CLG_()
413 void CLG_(print_addr_ln)(Addr addr) in CLG_() function
415 CLG_(print_addr)(addr); in CLG_()
421 void CLG_(print_bbno)(void) in CLG_() function
423 if (bb_written != CLG_(stat).bb_executions) { in CLG_()
424 bb_written = CLG_(stat).bb_executions; in CLG_()
425 VG_(printf)("BB# %llu\n",CLG_(stat).bb_executions); in CLG_()
429 void CLG_(print_context)(void) in CLG_() function
434 CLG_(current_tid), CLG_(current_call_stack).sp); in CLG_()
435 bbcc = CLG_(current_state).bbcc; in CLG_()
436 print_mangled_cxt(CLG_(current_state).cxt, in CLG_()
441 void* CLG_(malloc)(const HChar* cc, UWord s, const HChar* f) in CLG_() function
449 void CLG_(print_bbno)(void) {} in CLG_() function
450 void CLG_(print_context)(void) {} in CLG_() function
451 void CLG_(print_jcc)(int s, jCC* jcc) {} in CLG_() function
452 void CLG_(print_bbcc)(int s, BBCC* bbcc) {} in CLG_() function
453 void CLG_(print_bbcc_fn)(BBCC* bbcc) {} in CLG_() function
454 void CLG_(print_cost)(int s, EventSet* es, ULong* cost) {} in CLG_() function
455 void CLG_(print_bb)(int s, BB* bb) {} in CLG_() function
456 void CLG_(print_cxt)(int s, Context* cxt, int rec_index) {} in CLG_() function
457 void CLG_(print_short_jcc)(jCC* jcc) {} in CLG_() function
458 void CLG_(print_stackentry)(int s, int sp) {} in CLG_() function
459 void CLG_(print_addr)(Addr addr) {} in CLG_() function
460 void CLG_(print_addr_ln)(Addr addr) {} in CLG_() function