Home | History | Annotate | Download | only in callgrind

Lines Matching refs:stmts_used

879     for (i = 0; i < sbIn->stmts_used; i++) {
987 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) {
993 CLG_ASSERT(sbIn->stmts_used >0);
994 CLG_ASSERT(i < sbIn->stmts_used);
1016 for (/*use current i*/; i < sbIn->stmts_used; i++) {