Searched refs:stmt_idx (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-point.h74 unsigned stmt_idx,
77 m_stmt_idx (stmt_idx), m_kind (kind)
84 if (stmt_idx)
142 unsigned stmt_idx)
144 return function_point (supernode, NULL, stmt_idx, PK_BEFORE_STMT);
278 unsigned stmt_idx,
281 return program_point (function_point::before_stmt (supernode, stmt_idx),
72 function_point(const supernode *supernode, const superedge *from_edge, unsigned stmt_idx, enum point_kind kind) argument
141 before_stmt(const supernode *supernode, unsigned stmt_idx) argument
277 before_stmt(const supernode *supernode, unsigned stmt_idx, const call_string &call_string) argument
H A Dstate-purge.cc242 unsigned int stmt_idx = supernode->get_stmt_index (use_stmt); local
243 return function_point::before_stmt (supernode, stmt_idx);
515 unsigned int stmt_idx = supernode->get_stmt_index (stmt); local
517 (function_point::before_stmt (supernode, stmt_idx));
H A Dengine.cc2512 unsigned stmt_idx; local
2514 for (stmt_idx = point.get_stmt_idx ();
2515 stmt_idx < snode->m_stmts.length ();
2516 stmt_idx++)
2518 const gimple *stmt = snode->m_stmts[stmt_idx];
2520 if (stmt_idx > point.get_stmt_idx ())
2523 stmt_idx--;
2540 unsigned next_idx = stmt_idx + 1;
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dprogram-point.h74 unsigned stmt_idx,
118 unsigned stmt_idx)
120 return function_point (supernode, NULL, stmt_idx, PK_BEFORE_STMT);
273 unsigned stmt_idx,
276 return program_point (function_point::before_stmt (supernode, stmt_idx),
117 before_stmt(const supernode *supernode, unsigned stmt_idx) argument
272 before_stmt(const supernode *supernode, unsigned stmt_idx, const call_string &call_string) argument
H A Dprogram-point.cc91 unsigned stmt_idx,
94 m_stmt_idx (stmt_idx), m_kind (kind)
101 if (stmt_idx)
315 "stmt_idx": int (only for kind=='PK_BEFORE_STMT',
339 point_obj->set ("stmt_idx", new json::integer_number (get_stmt_idx ()));
89 function_point(const supernode *supernode, const superedge *from_edge, unsigned stmt_idx, enum point_kind kind) argument
H A Dstate-purge.cc451 unsigned int stmt_idx = supernode->get_stmt_index (use_stmt); local
452 return function_point::before_stmt (supernode, stmt_idx);
1165 unsigned int stmt_idx = supernode->get_stmt_index (stmt); local
1167 (function_point::before_stmt (supernode, stmt_idx));
H A Dengine.cc3761 unsigned stmt_idx;
3763 for (stmt_idx = point.get_stmt_idx ();
3764 stmt_idx < snode->m_stmts.length ();
3765 stmt_idx++)
3767 const gimple *stmt = snode->m_stmts[stmt_idx];
3769 if (stmt_idx > point.get_stmt_idx ())
3772 stmt_idx--;
3799 unsigned next_idx = stmt_idx + 1;
3816 stmt_idx,
3849 unsigned next_idx = stmt_idx
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c513 unsigned stmt_idx = 0, base_index = 0; local
515 while (stmt_idx < nargs)
518 tree base_arg = gimple_call_arg (stmt, stmt_idx);
521 index_map->safe_push (stmt_idx);
524 stmt_idx++;
532 for (unsigned k = 0; k < stmt_idx; k++)
543 tree arg = gimple_call_arg (stmt, stmt_idx);
555 stmt_idx++;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-oacc-kernels-decompose.cc984 size_t find_rep (size_t stmt_idx);
1040 control_flow_regions::find_rep (size_t stmt_idx) argument
1042 size_t rep = stmt_idx, aux = stmt_idx;

Completed in 116 milliseconds