Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:stmts_used

609    for (i = 0; i < sbIn->stmts_used; i++) {
1066 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) {
1072 tl_assert(sbIn->stmts_used > 0);
1073 tl_assert(i < sbIn->stmts_used);
1094 for (/*use current i*/; i < sbIn->stmts_used; i++) {