Searched refs:dom_state (Results 1 – 10 of 10) sorted by relevance
31 enum dom_state enum86 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);
66 enum dom_state x_dom_computed[2];
1609 enum dom_state1619 enum dom_state1628 set_dom_info_availability (enum cdi_direction dir, enum dom_state new_state) in set_dom_info_availability()
2075 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()
882 dom_state saved_state = dom_info_state (CDI_DOMINATORS); in cleanup_control_flow_pre()
1052 enum dom_state orig_dom_state = dom_info_state (CDI_DOMINATORS); in verify_ssa()
3524 (enum dom_state): New.
210 (enum dom_state): New.
8526 * basic-block.h (enum dom_state): DOM_CONS_OK removed.
107 enum domainstates dom_state; member330 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 …]