Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-vrp.c5019 int pred_rpo = i; in find_assert_locations() local
5033 if (bb_rpo[pred] < pred_rpo) in find_assert_locations()
5034 pred_rpo = bb_rpo[pred]; in find_assert_locations()
5039 last_rpo[rpo[i]] = pred_rpo; in find_assert_locations()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-vrp.c4497 int pred_rpo = i; in find_assert_locations() local
4511 if (bb_rpo[pred] < pred_rpo) in find_assert_locations()
4512 pred_rpo = bb_rpo[pred]; in find_assert_locations()
4517 last_rpo[rpo[i]] = pred_rpo; in find_assert_locations()