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

  /src/external/gpl3/gcc/dist/gcc/
gcse-common.h 24 typedef vec<rtx_insn *> vec_rtx_heap; typedef
gcse.cc 627 typedef vec<rtx_insn *> vec_rtx_heap;
629 modify_mem_list = GCNEWVEC (vec_rtx_heap, last_basic_block_for_fn (cfun));
620 typedef vec<rtx_insn *> vec_rtx_heap; typedef
  /src/external/gpl3/gcc.old/dist/gcc/
gcse-common.h 24 typedef vec<rtx_insn *> vec_rtx_heap; typedef
gcse.cc 627 typedef vec<rtx_insn *> vec_rtx_heap;
629 modify_mem_list = GCNEWVEC (vec_rtx_heap, last_basic_block_for_fn (cfun));
620 typedef vec<rtx_insn *> vec_rtx_heap; typedef

Completed in 25 milliseconds