HomeSort by: relevance | last modified time | path
    Searched defs:ref_state (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc 1733 enum pure_const_state_e ref_state = IPA_CONST;
1743 ref_state = IPA_PURE;
1748 ref_state = IPA_NEITHER;
1757 better_state (&ref_state, &ref_looping,
1761 ref_state, ref_looping, NULL, NULL);
1732 enum pure_const_state_e ref_state = IPA_CONST; local
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc 1722 enum pure_const_state_e ref_state = IPA_CONST;
1732 ref_state = IPA_PURE;
1737 ref_state = IPA_NEITHER;
1746 better_state (&ref_state, &ref_looping,
1750 ref_state, ref_looping, NULL, NULL);
1721 enum pure_const_state_e ref_state = IPA_CONST; local

Completed in 21 milliseconds