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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-into-ssa.cc 231 /* The main entry point to the SSA renamer (rewrite_blocks) may be
2288 rewrite_blocks (basic_block entry, enum rewrite_mode what) function
2393 4- Rename all the blocks (rewrite_blocks) and statements in the program.
2470 rewrite_blocks (ENTRY_BLOCK_PTR_FOR_FN (fun), REWRITE_ALL);
3528 rewrite_blocks (start_bb, REWRITE_UPDATE);
  /src/external/gpl3/gcc/dist/gcc/
tree-into-ssa.cc 231 /* The main entry point to the SSA renamer (rewrite_blocks) may be
2307 rewrite_blocks (basic_block entry, enum rewrite_mode what) function
2473 4- Rename all the blocks (rewrite_blocks) and statements in the program.
2550 rewrite_blocks (ENTRY_BLOCK_PTR_FOR_FN (fun), REWRITE_ALL);
3604 rewrite_blocks (start_bb,

Completed in 40 milliseconds