Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-dse.c105 static unsigned max_stmt_uid; /* Maximal uid of a statement. Uids to phi variable
115 return SSA_NAME_VERSION (PHI_RESULT (stmt)) + max_stmt_uid; in get_stmt_uid()
408 max_stmt_uid = 0; in tree_ssa_dse()
414 stmt_ann (bsi_stmt (bsi))->uid = max_stmt_uid++; in tree_ssa_dse()