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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-sccopy.cc 99 static bitmap dead_stmts; member in namespace:__anon13742
471 bitmap_set_bit (dead_stmts, SSA_NAME_VERSION (name));
636 dead_stmts = BITMAP_ALLOC (NULL);
645 simple_dce_from_worklist (dead_stmts);
646 BITMAP_FREE (dead_stmts);

Completed in 22 milliseconds