Lines Matching refs:CLG_
38 void CLG_(init_bb_hash)()
50 bb_hash* CLG_(get_bb_hash)()
110 CLG_(stat).bb_hash_resizes++;
156 CLG_(stat).distinct_bbs++;
163 CLG_(stat).distinct_bbs);
164 CLG_(print_bb)(0, bb);
169 CLG_(get_fn_node)(bb);
203 obj = CLG_(get_obj_node)( di );
231 * is called from CLG_(instrument)() and a BB already exists:
240 BB* CLG_(get_bb)(Addr addr, IRSB* bbIn, /*OUT*/ Bool *seen_before)
254 CLG_(collectBlockInfo)(bbIn, &n_instrs, &n_jmps, &cjmp_inverted);
272 CLG_(stat).bb_retranslations++;
287 void CLG_(delete_bb)(Addr addr)