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

  /src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc 1809 bool this_looping = looping;
1821 this_looping = w_l->looping_previously_known;
1824 if (!this_looping && self_recursive_p (w))
1825 this_looping = true;
1827 this_looping = false;
1831 w_l->looping = this_looping;
1840 remove_p |= ipa_make_function_const (w, this_looping, false);
1844 remove_p |= ipa_make_function_pure (w, this_looping, false);
1808 bool this_looping = looping; local
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc 1798 bool this_looping = looping;
1810 this_looping = w_l->looping_previously_known;
1813 if (!this_looping && self_recursive_p (w))
1814 this_looping = true;
1816 this_looping = false;
1820 w_l->looping = this_looping;
1829 remove_p |= ipa_make_function_const (w, this_looping, false);
1833 remove_p |= ipa_make_function_pure (w, this_looping, false);
1797 bool this_looping = looping; local

Completed in 44 milliseconds