Home | History | Annotate | Download | only in helgrind

Lines Matching refs:stmts_used

4513    while (i < bbIn->stmts_used && bbIn->stmts[i]->tag != Ist_IMark) {
4519 tl_assert(bbIn->stmts_used > 0);
4520 tl_assert(i < bbIn->stmts_used);
4526 for (/*use current i*/; i < bbIn->stmts_used; i++) {