Home | History | Annotate | Download | only in callgrind

Lines Matching refs:stmts_used

878     for (i = 0; i < sbIn->stmts_used; i++) {
986 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) {
992 CLG_ASSERT(sbIn->stmts_used >0);
993 CLG_ASSERT(i < sbIn->stmts_used);
1015 for (/*use current i*/; i < sbIn->stmts_used; i++) {