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

  /src/external/gpl3/gcc/dist/gcc/
lto-streamer-in.cc 1013 make_new_block (struct function *fn, unsigned int index) function
1056 bb = make_new_block (fn, index);
1069 dest = make_new_block (fn, dest_index);
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer-in.cc 998 make_new_block (struct function *fn, unsigned int index) function
1040 bb = make_new_block (fn, index);
1053 dest = make_new_block (fn, dest_index);

Completed in 78 milliseconds