Searched defs:exit_must_be_taken (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-niter.c | 898 bounds *bnds, bool exit_must_be_taken) in number_of_iterations_ne_max() 968 bool exit_must_be_taken, bounds *bnds) in number_of_iterations_ne() 1153 bool exit_must_be_taken, bounds *bnds) in number_of_iterations_lt_to_ne() 1467 bool exit_must_be_taken, bounds *bnds) in number_of_iterations_lt() 1580 bool exit_must_be_taken, bounds *bnds) in number_of_iterations_le() 1733 bool exit_must_be_taken = false, ret; in number_of_iterations_cond() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-loop-niter.cc | 916 bounds *bnds, bool exit_must_be_taken) in number_of_iterations_ne_max() 986 bool exit_must_be_taken, bounds *bnds) in number_of_iterations_ne() 1165 bool exit_must_be_taken, bounds *bnds) in number_of_iterations_lt_to_ne() 1611 bool exit_must_be_taken, bounds *bnds) in number_of_iterations_lt() 1729 bool exit_must_be_taken, bounds *bnds) in number_of_iterations_le() 1826 bool exit_must_be_taken = false, ret; in number_of_iterations_cond() local
|