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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 96 static bitmap touched_switch_bbs; variable
1349 touched_switch_bbs = BITMAP_ALLOC (NULL);
1370 EXECUTE_IF_SET_IN_BITMAP (touched_switch_bbs, 0, i, bi)
1379 BITMAP_FREE (touched_switch_bbs);
6248 bitmap_set_bit (touched_switch_bbs, gimple_bb (stmt)->index);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 96 static bitmap touched_switch_bbs; variable
1266 touched_switch_bbs = BITMAP_ALLOC (NULL);
1287 EXECUTE_IF_SET_IN_BITMAP (touched_switch_bbs, 0, i, bi)
1297 BITMAP_FREE (touched_switch_bbs);
6064 bitmap_set_bit (touched_switch_bbs, gimple_bb (stmt)->index);

Completed in 27 milliseconds