Searched refs:cfun_stack (Results 1 – 3 of 3) sorted by relevance
4732 static vec<function *> cfun_stack; variable4742 cfun_stack.safe_push (cfun); in push_cfun()4752 struct function *new_cfun = cfun_stack.pop (); in pop_cfun()4888 cfun_stack.safe_push (cfun); in push_struct_function()
17071 * tree-inline.c (cfun_stack): Change the type to18266 (cfun_stack): New stack.
8428 * tree-inline.c (cfun_stack, push_cfun, pop_cfun): Moved to...