Home | History | Annotate | Download | only in qtools

Lines Matching refs:bptr

109         for (MyStaticRec *bptr = blocks[bb_num].inner; bptr; bptr = bptr->inner)
110 bptr->freq += 1;
113 for (MyStaticRec *bptr = &blocks[bb_num]; bptr; bptr = bptr->inner) {
114 uint32_t bb_num_insns = bptr->bb.num_insns;
124 cycle_ptr = &bptr->cycles[ii];
125 bb_elapsed_ptr = &bptr->elapsed;