Searched refs:n_stmts (Results 1 – 3 of 3) sorted by relevance
196 int n_stmts; member
68 for (i = 0; i < prog->n_stmts; ++i) { in collect_references()85 for (i = 0; i < prog->n_stmts; ++i) { in collect_references()1384 for (i = 0; i < prog->n_stmts; ++i) { in find_stmt()1389 return i < prog->n_stmts ? &prog->stmts[i] : NULL; in find_stmt()5803 prog->n_stmts = scop->pet->n_stmt; in gpu_prog_alloc()5836 free_stmts(prog->stmts, prog->n_stmts); in gpu_prog_free()
3074 PPCGProg->n_stmts = std::distance(S->begin(), S->end()); in createPPCGProg()