Home
last modified time | relevance | path

Searched refs:n_stmts (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dgpu.h196 int n_stmts; member
Dgpu.c68 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()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp3074 PPCGProg->n_stmts = std::distance(S->begin(), S->end()); in createPPCGProg()