Home
last modified time | relevance | path

Searched refs:nondbg_stmt_count (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-icf-gimple.h107 bb (bb_), nondbg_stmt_count (nondbg_stmt_count_), edge_count (edge_count_) {} in sem_bb()
113 unsigned nondbg_stmt_count; variable
Dipa-icf.cc267 hstate.add_int (basic_block->nondbg_stmt_count); in get_bb_hash()
1379 unsigned nondbg_stmt_count = 0; in init() local
1396 nondbg_stmt_count++; in init()
1402 bb_sizes.safe_push (nondbg_stmt_count); in init()
1405 sem_bb *semantic_bb = new sem_bb (bb, nondbg_stmt_count, in init()