Searched refs:tmp_vars (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-predcom.c | 1472 predcom_tmp_var (tree ref, unsigned i, bitmap tmp_vars) in predcom_tmp_var() argument 1480 bitmap_set_bit (tmp_vars, DECL_UID (var)); in predcom_tmp_var() 1489 initialize_root_vars (struct loop *loop, chain_p chain, bitmap tmp_vars) in initialize_root_vars() argument 1513 var = predcom_tmp_var (ref, i, tmp_vars); in initialize_root_vars() 1544 initialize_root (struct loop *loop, chain_p chain, bitmap tmp_vars) in initialize_root() argument 1550 initialize_root_vars (loop, chain, tmp_vars); in initialize_root() 1566 bitmap tmp_vars) in initialize_root_vars_lm() argument 1579 var = predcom_tmp_var (ref, 0, tmp_vars); in initialize_root_vars_lm() 1614 execute_load_motion (struct loop *loop, chain_p chain, bitmap tmp_vars) in execute_load_motion() argument 1632 &vars, chain->inits, tmp_vars); in execute_load_motion() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-predcom.c | 1639 predcom_tmp_var (tree ref, unsigned i, bitmap tmp_vars) in predcom_tmp_var() argument 1645 bitmap_set_bit (tmp_vars, DECL_UID (var)); in predcom_tmp_var() 1654 initialize_root_vars (struct loop *loop, chain_p chain, bitmap tmp_vars) in initialize_root_vars() argument 1678 var = predcom_tmp_var (ref, i, tmp_vars); in initialize_root_vars() 1803 chain_p chain, bitmap tmp_vars) in initialize_root_vars_store_elim_2() argument 1815 var = predcom_tmp_var (ref, i, tmp_vars); in initialize_root_vars_store_elim_2() 1917 bitmap tmp_vars) in initialize_root_vars_lm() argument 1930 var = predcom_tmp_var (ref, 0, tmp_vars); in initialize_root_vars_lm() 1963 execute_load_motion (struct loop *loop, chain_p chain, bitmap tmp_vars) in execute_load_motion() argument 1981 &vars, chain->inits, tmp_vars); in execute_load_motion() [all …]
|