Searched refs:saved_cfun (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgimple-low.c722 struct function *saved_cfun = cfun;
746 cfun = saved_cfun;
721 struct function *saved_cfun = cfun; local
H A Dtree-cfg.c4862 struct function *saved_cfun; local
4870 saved_cfun = cfun;
4931 if (saved_cfun->eh)
4936 region = find_outermost_region_in_block (saved_cfun, bb, region);
4942 eh_offset = duplicate_eh_regions (saved_cfun, new_label_mapper,
4947 cfun = saved_cfun;
5001 cfun = saved_cfun;
5036 struct function *saved_cfun; local
5059 saved_cfun = cfun;
5131 cfun = saved_cfun;
[all...]
H A Domp-low.c2423 struct function *child_cfun, *saved_cfun;
2433 saved_cfun = cfun;
2422 struct function *child_cfun, *saved_cfun; local

Completed in 77 milliseconds