Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-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()
HDChangeLog-200413268 * tree-ssa-dse.c (max_stmt_uid): New variable.
13273 (max_uid): Renamed to max_stmt_uid.
HDChangeLog-200519256 (max_stmt_uid, get_stmt_uid, record_mem_ref, free_mem_refs,