Home
last modified time | relevance | path

Searched refs:dom_state (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddominance.h31 enum dom_state enum
86 extern enum dom_state dom_info_state (function *, enum cdi_direction);
87 extern enum dom_state dom_info_state (enum cdi_direction);
88 extern void set_dom_info_availability (enum cdi_direction, enum dom_state);
Dcfg.h66 enum dom_state x_dom_computed[2];
Ddominance.cc1609 enum dom_state
1619 enum dom_state
1628 set_dom_info_availability (enum cdi_direction dir, enum dom_state new_state) in set_dom_info_availability()
Dpasses.cc2075 dom_state pre_verify_state = dom_info_state (fn, CDI_DOMINATORS); in execute_function_todo()
2076 dom_state pre_verify_pstate = dom_info_state (fn, CDI_POST_DOMINATORS); in execute_function_todo()
Dtree-cfgcleanup.cc882 dom_state saved_state = dom_info_state (CDI_DOMINATORS); in cleanup_control_flow_pre()
Dtree-ssa.cc1052 enum dom_state orig_dom_state = dom_info_state (CDI_DOMINATORS); in verify_ssa()
DChangeLog.tree-ssa3524 (enum dom_state): New.
DChangeLog-2003210 (enum dom_state): New.
DChangeLog-20048526 * basic-block.h (enum dom_state): DOM_CONS_OK removed.
/netbsd/src/usr.sbin/ypbind/
Dypbind.c107 enum domainstates dom_state; member
330 dom->dom_state = DOM_NEW; in domain_create()
528 if (dom->dom_state == DOM_ALIVE && force == 0) { in rpc_received()
549 if (dom->dom_state == DOM_PINGING && force == 0) { in rpc_received()
559 dom->dom_state = DOM_ALIVE; in rpc_received()
582 if (dom->dom_state == DOM_NEW || in rpc_received()
583 dom->dom_state == DOM_LOST || in rpc_received()
584 dom->dom_state == DOM_DEAD) { in rpc_received()
627 dom->dom_state = DOM_ALIVE; in rpc_received()
765 if (dom->dom_state == DOM_NEW) { in ypbindproc_domain_2()
[all …]