Home | History | Annotate | Download | only in exp-bbv

Lines Matching full:instr_info_table

72 static OSet* instr_info_table;  /* table that holds the basic block info */
124 VG_(OSetGen_ResetIter)(instr_info_table);
125 while ( (bb_elem = VG_(OSetGen_Next)(instr_info_table)) ) {
180 VG_(OSetGen_ResetIter)(instr_info_table);
181 while ( (bb_elem = VG_(OSetGen_Next)(instr_info_table)) ) {
386 bbInfo = VG_(OSetGen_Lookup)(instr_info_table, &origAddr);
394 bbInfo=VG_(OSetGen_AllocNode)(instr_info_table, sizeof(struct BB_info));
409 VG_(OSetGen_Insert)( instr_info_table, bbInfo );
491 VG_(OSetGen_ResetIter)(instr_info_table);
492 while ( (bb_elem = VG_(OSetGen_Next)(instr_info_table)) ) {
624 instr_info_table = VG_(OSetGen_Create)(/*keyOff*/0,