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

/openbsd-current/gnu/gcc/gcc/
H A 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;
408 max_stmt_uid = 0;
414 stmt_ann (bsi_stmt (bsi))->uid = max_stmt_uid++;

Completed in 111 milliseconds