Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-uninit.c1007 VEC(use_pred_info_t, heap) *the_pred_chain; in use_pred_not_overlap_with_undef_path_pred()
1015 the_pred_chain = preds[0]; in use_pred_not_overlap_with_undef_path_pred()
1016 n = VEC_length (use_pred_info_t, the_pred_chain); in use_pred_not_overlap_with_undef_path_pred()
1023 = VEC_index (use_pred_info_t, the_pred_chain, i); in use_pred_not_overlap_with_undef_path_pred()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-uninit.c1336 pred_chain the_pred_chain = vNULL; in use_pred_not_overlap_with_undef_path_pred() local
1345 the_pred_chain = preds[0]; in use_pred_not_overlap_with_undef_path_pred()
1346 n = the_pred_chain.length (); in use_pred_not_overlap_with_undef_path_pred()
1351 pred_info the_pred = the_pred_chain[i]; in use_pred_not_overlap_with_undef_path_pred()