Home | History | Annotate | Download | only in helgrind

Lines Matching refs:stmts_used

4358    while (i < bbIn->stmts_used && bbIn->stmts[i]->tag != Ist_IMark) {
4364 tl_assert(bbIn->stmts_used > 0);
4365 tl_assert(i < bbIn->stmts_used);
4371 for (/*use current i*/; i < bbIn->stmts_used; i++) {