Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dprofile.c762 int have_exit_edge = 0, have_entry_edge = 0; in branch_prob() local
812 have_exit_edge = 1; in branch_prob()
823 if (need_exit_edge && !have_exit_edge) in branch_prob()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dprofile.c807 int have_exit_edge = 0, have_entry_edge = 0; in branch_prob() local
845 have_exit_edge = 1; in branch_prob()
856 if (need_exit_edge && !have_exit_edge) in branch_prob()