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

  /src/external/gpl3/gcc/dist/gcc/
gcse.cc 526 #define GCNEWVEC(T, N) ((T *) gcalloc ((N), sizeof (T)))
629 modify_mem_list = GCNEWVEC (vec_rtx_heap, last_basic_block_for_fn (cfun));
630 canon_modify_mem_list = GCNEWVEC (vec_modify_pair_heap,
1827 int *insertions = GCNEWVEC (int, n_elems);
1828 int *deletions = GCNEWVEC (int, n_elems);
  /src/external/gpl3/gcc.old/dist/gcc/
gcse.cc 526 #define GCNEWVEC(T, N) ((T *) gcalloc ((N), sizeof (T)))
629 modify_mem_list = GCNEWVEC (vec_rtx_heap, last_basic_block_for_fn (cfun));
630 canon_modify_mem_list = GCNEWVEC (vec_modify_pair_heap,
1826 int *insertions = GCNEWVEC (int, n_elems);
1827 int *deletions = GCNEWVEC (int, n_elems);

Completed in 21 milliseconds