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

  /src/external/gpl3/gcc/dist/gcc/
dse.cc 3299 mark_reachable_blocks (sbitmap unreachable_blocks, basic_block bb)
3309 mark_reachable_blocks (unreachable_blocks, e->src);
3342 mark_reachable_blocks (unreachable_blocks, bb);
3295 mark_reachable_blocks (sbitmap unreachable_blocks, basic_block bb) function
  /src/external/gpl3/gcc.old/dist/gcc/
dse.cc 3253 mark_reachable_blocks (sbitmap unreachable_blocks, basic_block bb)
3263 mark_reachable_blocks (unreachable_blocks, e->src);
3296 mark_reachable_blocks (unreachable_blocks, bb);
3249 mark_reachable_blocks (sbitmap unreachable_blocks, basic_block bb) function

Completed in 72 milliseconds