Searched refs:bb_elem (Results 1 – 1 of 1) sorted by relevance
102 struct BB_info *bb_elem; in dumpPcFile() local118 while ( (bb_elem = VG_(OSetGen_Next)(instr_info_table)) ) { in dumpPcFile()119 VG_(fprintf)( fp, "F:%d:%lx:%s\n", bb_elem->block_num, in dumpPcFile()120 bb_elem->BB_addr, bb_elem->fn_name); in dumpPcFile()155 struct BB_info *bb_elem; in handle_overflow() local171 while ( (bb_elem = VG_(OSetGen_Next)(instr_info_table)) ) { in handle_overflow()172 if ( bb_elem->inst_counter[current_thread] != 0 ) { in handle_overflow()174 bb_elem->block_num, in handle_overflow()175 bb_elem->inst_counter[current_thread]); in handle_overflow()176 bb_elem->inst_counter[current_thread] = 0; in handle_overflow()[all …]