Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-gimplify.cc516 int nondebug_stmts = 0; in c_genericize_control_stmt() local
531 if (TREE_CODE (t) != DEBUG_BEGIN_STMT && nondebug_stmts < 2) in c_genericize_control_stmt()
532 nondebug_stmts++; in c_genericize_control_stmt()
535 && (nondebug_stmts > 1 || TREE_SIDE_EFFECTS (tsi_stmt (i)))) in c_genericize_control_stmt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c1938 int nondebug_stmts = 0; in cp_genericize_r() local
1950 if (TREE_CODE (t) != DEBUG_BEGIN_STMT && nondebug_stmts < 2) in cp_genericize_r()
1951 nondebug_stmts++; in cp_genericize_r()
1954 && (nondebug_stmts > 1 || TREE_SIDE_EFFECTS (tsi_stmt (i)))) in cp_genericize_r()