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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uninit.c2234 normalize_preds (pred_chain_union preds, gimple *use_or_def, bool is_use) function
2388 uninit_preds = normalize_preds (uninit_preds, NULL, false);
2481 *def_preds = normalize_preds (*def_preds, phi, false);
2485 preds = normalize_preds (preds, use_stmt, true);

Completed in 126 milliseconds