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

  /src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc 1583 bool remove_p = false;
1840 remove_p |= ipa_make_function_const (w, this_looping, false);
1844 remove_p |= ipa_make_function_pure (w, this_looping, false);
1857 return remove_p;
2106 bool remove_p;
2112 remove_p = propagate_pure_const ();
2115 return remove_p ? TODO_remove_functions : 0;
1582 bool remove_p = false; local
2105 bool remove_p; local
ipa-reference.cc 764 bool remove_p;
769 remove_p = ipa_discover_variable_flags ();
978 return remove_p ? TODO_remove_functions : 0;
762 bool remove_p; local
lra-lives.cc 726 bool remove_p = true;
734 remove_p = false;
740 remove_p = false;
744 if (remove_p && ! volatile_refs_p (PATTERN (curr_insn)))
724 bool remove_p = true; local
ira-build.cc 2379 bool remove_p;
2382 remove_p = node->to_remove_p;
2383 if (! remove_p)
2392 if (remove_p)
2369 bool remove_p; local
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc 1572 bool remove_p = false;
1829 remove_p |= ipa_make_function_const (w, this_looping, false);
1833 remove_p |= ipa_make_function_pure (w, this_looping, false);
1846 return remove_p;
2095 bool remove_p;
2101 remove_p = propagate_pure_const ();
2104 return remove_p ? TODO_remove_functions : 0;
1571 bool remove_p = false; local
2094 bool remove_p; local
ipa-reference.cc 764 bool remove_p;
769 remove_p = ipa_discover_variable_flags ();
978 return remove_p ? TODO_remove_functions : 0;
762 bool remove_p; local
lra-lives.cc 726 bool remove_p = true;
734 remove_p = false;
740 remove_p = false;
744 if (remove_p && ! volatile_refs_p (PATTERN (curr_insn)))
724 bool remove_p = true; local
ira-build.cc 2374 bool remove_p;
2377 remove_p = node->to_remove_p;
2378 if (! remove_p)
2387 if (remove_p)
2364 bool remove_p; local
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 5072 bool remove_p = false;
5080 for (j = 0; !remove_p && j < syms.size (); j++)
5087 remove_p = true;
5098 for (j = 0; !remove_p && j < syms.size (); j += 1)
5108 remove_p = true;
5116 for (j = 0; !remove_p && j < syms.size (); j += 1)
5122 remove_p = true;
5126 if (remove_p)
5062 bool remove_p = false; local
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 5058 bool remove_p = false;
5066 for (j = 0; !remove_p && j < syms.size (); j++)
5073 remove_p = true;
5084 for (j = 0; !remove_p && j < syms.size (); j += 1)
5094 remove_p = true;
5102 for (j = 0; !remove_p && j < syms.size (); j += 1)
5108 remove_p = true;
5112 if (remove_p)
5048 bool remove_p = false; local

Completed in 87 milliseconds