Home
last modified time | relevance | path

Searched refs:state_from_flags (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-pure-const.cc412 state_from_flags (enum pure_const_state_e *state, bool *looping, in state_from_flags() function
674 state_from_flags (&call_state, &call_looping, flags, in check_call()
1069 state_from_flags (&l->state_previously_known, &l->looping_previously_known, in analyze_function()
1681 state_from_flags (&edge_state, &edge_looping, in propagate_pure_const()
1704 state_from_flags (&edge_state, &edge_looping, in propagate_pure_const()
DChangeLog-201027476 (state_from_flags): New function.
27482 (analyze_function): Use state_from_flags.
DChangeLog-201211118 * ipa-pure-const.c (state_from_flags, local_pure_const): Use
DChangeLog-20174222 (state_from_flags): Likewise.