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

/freebsd-10.0-release/contrib/gcc/
H A Dtree-inline.c1852 struct function *my_function; local
1857 my_function = DECL_STRUCT_FUNCTION (expr);
1858 gcc_assert (my_function && my_function->cfg);
1860 FOR_EACH_BB_FN (bb, my_function)

Completed in 155 milliseconds