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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgattrib.c 66 static int to_remove; variable
244 to_remove |= REMOVE_UNTRANSLATED;
248 to_remove |= REMOVE_TRANSLATED;
252 to_remove |= REMOVE_FUZZY;
256 to_remove |= REMOVE_NONFUZZY;
260 to_remove |= REMOVE_OBSOLETE;
264 to_remove |= REMOVE_NONOBSOLETE;
284 to_remove |= REMOVE_NONFUZZY;
289 to_remove |= REMOVE_NONOBSOLETE;
521 if ((to_remove & (REMOVE_UNTRANSLATED | REMOVE_TRANSLATED)
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
events.c 291 event_entry *to_remove = (event_entry*)event_to_remove; local
297 current != NULL && current != to_remove;
299 if (current == to_remove) {
  /src/external/gpl3/gdb.old/dist/sim/ppc/
events.c 291 event_entry *to_remove = (event_entry*)event_to_remove; local
297 current != NULL && current != to_remove;
299 if (current == to_remove) {
  /src/external/gpl3/gcc.old/dist/gcc/
coroutine-passes.cc 298 hash_set<tree> to_remove; local
377 to_remove.add (res_tgt);
378 to_remove.add (dst_tgt);
475 if (to_remove.contains (rem))
478 to_remove.remove (rem);
gimple-loop-versioning.cc 1469 int to_remove = -1; local
1485 if (to_remove >= 0)
1486 bitmap_clear_bit (&li.unity_names, to_remove);
1487 to_remove = i;
1491 if (to_remove >= 0)
1492 bitmap_clear_bit (&li.unity_names, to_remove);
tree-into-ssa.cc 756 bitmap to_remove; local
768 to_remove = BITMAP_ALLOC (NULL);
769 bitmap_and_compl (to_remove, kills, uses);
770 bitmap_and_compl_into (phis, to_remove);
773 BITMAP_FREE (to_remove);
795 bitmap_ior (to_remove, kills, phis);
796 n_defs = bitmap_count_bits (to_remove);
801 EXECUTE_IF_SET_IN_BITMAP (to_remove, 0, i, bi)
810 BITMAP_FREE (to_remove);
tree-ssa-loop-manip.cc 927 vec<edge> *to_remove, int flags)
938 to_remove, flags))
1390 auto_vec<edge> to_remove; local
1394 new_exit, &to_remove,
1398 for (edge e : to_remove)
tree-ssa-forwprop.cc 3422 auto_vec<gimple *, 32> to_remove; local
3456 to_remove.safe_push (phi);
3894 to_remove.safe_push (stmt);
3899 to_remove.safe_push (stmt);
3925 while (!to_remove.is_empty())
3927 gimple *stmt = to_remove.pop ();
tree-ssa-pre.cc 949 unsigned to_remove = -1U; local
953 if (to_remove != -1U)
955 bitmap_clear_bit (&a->expressions, to_remove);
956 to_remove = -1U;
960 to_remove = i;
962 if (to_remove != -1U)
963 bitmap_clear_bit (&a->expressions, to_remove);
2029 unsigned to_remove = -1U; local
2035 if (to_remove != -1U)
2037 bitmap_clear_bit (&set->expressions, to_remove);
    [all...]
tree-ssa-sccvn.cc 2569 auto_vec<gimple *> to_remove; member in class:eliminate_dom_walker
6483 to_remove.safe_push (stmt);
6671 to_remove.safe_push (stmt);
6795 to_remove.safe_push (stmt);
6952 to_remove.safe_push (phi);
7028 up in to_remove are either stores or simple copies.
7030 while (!to_remove.is_empty ())
7033 gimple *stmt = to_remove.pop ();
7530 avail.to_remove.safe_push (phi);
tree-ssa-structalias.cc 2823 unsigned to_remove = ~0U; local
2827 if (to_remove != ~0U)
2829 bitmap_clear_bit (graph->succs[i], to_remove);
2830 to_remove = ~0U;
2837 to_remove = j;
2862 if (to_remove != ~0U)
2863 bitmap_clear_bit (graph->succs[i], to_remove);
  /src/external/gpl3/gdb/dist/sim/common/
sim-events.c 829 sim_event *to_remove = (sim_event*)event_to_remove; local
837 *ptr_to_current != NULL && *ptr_to_current != to_remove;
839 if (*ptr_to_current == to_remove)
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-events.c 829 sim_event *to_remove = (sim_event*)event_to_remove; local
837 *ptr_to_current != NULL && *ptr_to_current != to_remove;
839 if (*ptr_to_current == to_remove)
  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-versioning.cc 1469 int to_remove = -1; local
1485 if (to_remove >= 0)
1486 bitmap_clear_bit (&li.unity_names, to_remove);
1487 to_remove = i;
1491 if (to_remove >= 0)
1492 bitmap_clear_bit (&li.unity_names, to_remove);
tree-ssa-loop-manip.cc 850 vec<edge> *to_remove, int flags)
861 to_remove, flags))
1253 auto_vec<edge> to_remove; local
1257 new_exit, &to_remove,
1261 for (edge e : to_remove)
tree-ssa-pre.cc 937 unsigned to_remove = -1U; local
941 if (to_remove != -1U)
943 bitmap_clear_bit (&a->expressions, to_remove);
944 to_remove = -1U;
948 to_remove = i;
950 if (to_remove != -1U)
951 bitmap_clear_bit (&a->expressions, to_remove);
2019 unsigned to_remove = -1U; local
2025 if (to_remove != -1U)
2027 bitmap_clear_bit (&set->expressions, to_remove);
    [all...]
tree-into-ssa.cc 767 bitmap to_remove; local
779 to_remove = BITMAP_ALLOC (NULL);
780 bitmap_and_compl (to_remove, kills, uses);
781 bitmap_and_compl_into (phis, to_remove);
784 BITMAP_FREE (to_remove);
806 bitmap_ior (to_remove, kills, phis);
807 n_defs = bitmap_count_bits (to_remove);
812 EXECUTE_IF_SET_IN_BITMAP (to_remove, 0, i, bi)
821 BITMAP_FREE (to_remove);
tree-ssa-forwprop.cc 3516 auto_vec<gimple *, 32> to_remove; local
4090 to_remove.safe_push (stmt);
4164 while (!to_remove.is_empty())
4166 gimple *stmt = to_remove.pop ();
tree-ssa-sccvn.cc 2665 auto_vec<gimple *> to_remove; member in class:eliminate_dom_walker
6982 to_remove.safe_push (stmt);
7173 to_remove.safe_push (stmt);
7297 to_remove.safe_push (stmt);
7458 to_remove.safe_push (phi);
7535 up in to_remove are either stores or simple copies.
7537 while (!to_remove.is_empty ())
7540 gimple *stmt = to_remove.pop ();
8050 avail.to_remove.safe_push (phi);
tree-ssa-structalias.cc 2853 unsigned to_remove = ~0U; local
2857 if (to_remove != ~0U)
2859 bitmap_clear_bit (graph->succs[i], to_remove);
2860 to_remove = ~0U;
2867 to_remove = j;
2878 to_remove = j;
2885 to_remove = j;
2895 if (to_remove != ~0U)
2896 bitmap_clear_bit (graph->succs[i], to_remove);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
store.cc 1404 auto_vec<const binding_key *> to_remove; local
1414 to_remove.safe_push (iter_key);
1421 for (auto iter : to_remove)
  /src/external/gpl3/gcc/dist/gcc/analyzer/
store.cc 1563 auto_vec<const binding_key *> to_remove; local
1573 to_remove.safe_push (iter_key);
1580 for (auto iter : to_remove)

Completed in 99 milliseconds