Searched refs:call_state (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | ipa-pure-const.c | 512 enum pure_const_state_e call_state; in check_call() local 515 if (special_builtin_state (&call_state, &call_looping, callee_t)) in check_call() 518 call_state, call_looping); in check_call() 559 enum pure_const_state_e call_state; in check_call() local 581 state_from_flags (&call_state, &call_looping, flags, in check_call() 586 call_state, call_looping); in check_call()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | ipa-pure-const.c | 635 enum pure_const_state_e call_state; in check_call() local 642 if (special_builtin_state (&call_state, &call_looping, callee_t)) in check_call() 645 call_state, call_looping, in check_call() 692 enum pure_const_state_e call_state; in check_call() local 714 state_from_flags (&call_state, &call_looping, flags, in check_call() 719 call_state, call_looping, NULL, NULL); in check_call()
|