Lines Matching refs:function_point
120 auto_vec<function_point> worklist; in state_purge_per_ssa_name()
162 function_point point in state_purge_per_ssa_name()
163 = function_point::before_supernode in state_purge_per_ssa_name()
175 function_point point = before_use_stmt (map, use_stmt); in state_purge_per_ssa_name()
186 function_point point in state_purge_per_ssa_name()
187 = function_point::after_supernode (snode); in state_purge_per_ssa_name()
203 function_point point = worklist.pop (); in state_purge_per_ssa_name()
226 state_purge_per_ssa_name::needed_at_point_p (const function_point &point) const in needed_at_point_p()
234 function_point
243 return function_point::before_stmt (supernode, stmt_idx); in before_use_stmt()
250 state_purge_per_ssa_name::add_to_worklist (const function_point &point, in add_to_worklist()
251 auto_vec<function_point> *worklist, in add_to_worklist()
286 state_purge_per_ssa_name::process_point (const function_point &point, in process_point()
287 auto_vec<function_point> *worklist, in process_point()
333 (function_point::after_supernode (point.get_from_edge ()->m_src), in process_point()
349 (function_point::after_supernode (sedge->m_src), in process_point()
365 add_to_worklist (function_point::before_stmt in process_point()
375 add_to_worklist (function_point::before_supernode (snode, in process_point()
386 (function_point::before_stmt (snode, in process_point()
396 add_to_worklist (function_point::before_supernode (snode, in process_point()
405 (function_point::before_supernode (snode, NULL), in process_point()
441 function_point before_supernode in add_node_annotations()
442 (function_point::before_supernode (&n, NULL)); in add_node_annotations()
516 function_point before_stmt in add_stmt_annotations()
517 (function_point::before_stmt (supernode, stmt_idx)); in add_stmt_annotations()