Home | History | Annotate | Download | only in callgrind

Lines Matching refs:stmts_used

834     for (i = 0; i < sbIn->stmts_used; i++) {
941 while (i < sbIn->stmts_used && sbIn->stmts[i]->tag != Ist_IMark) {
947 CLG_ASSERT(sbIn->stmts_used >0);
948 CLG_ASSERT(i < sbIn->stmts_used);
970 for (/*use current i*/; i < sbIn->stmts_used; i++) {