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

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.h 107 bb (bb_), nondbg_stmt_count (nondbg_stmt_count_), edge_count (edge_count_) {}
113 unsigned nondbg_stmt_count; member in class:ipa_icf_gimple::sem_bb
ipa-icf.cc 267 hstate.add_int (basic_block->nondbg_stmt_count);
1379 unsigned nondbg_stmt_count = 0; local
1396 nondbg_stmt_count++;
1402 bb_sizes.safe_push (nondbg_stmt_count);
1405 sem_bb *semantic_bb = new sem_bb (bb, nondbg_stmt_count,
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.h 107 bb (bb_), nondbg_stmt_count (nondbg_stmt_count_), edge_count (edge_count_) {}
113 unsigned nondbg_stmt_count; member in class:ipa_icf_gimple::sem_bb
ipa-icf.cc 270 hstate.add_int (basic_block->nondbg_stmt_count);
1382 unsigned nondbg_stmt_count = 0; local
1416 nondbg_stmt_count++;
1422 bb_sizes.safe_push (nondbg_stmt_count);
1425 sem_bb *semantic_bb = new sem_bb (bb, nondbg_stmt_count,

Completed in 114 milliseconds