Lines Matching full:basic
2 //--- BBV: a SimPoint basic block vector generator bbv_main.c ---*/
7 basic block vectors.
72 static OSet* instr_info_table; /* table that holds the basic block info */
94 Int n_instrs; /* instructions in the basic block */
102 /* dump the optional PC file, which contains basic block number to */
123 /* and function name for each basic block */
394 /* allocate and initialize a new basic block structure */
413 /* Iterate through the basic block, putting the original */
419 /* valgrind uses superblocks (not basic blocks) by default */
491 /* expand the inst_counter on all allocated basic blocks */
527 /* Try a closer approximation of basic blocks */
609 VG_(details_description) ("a SimPoint basic block vector generator");