Searched refs:cfun_stack (Results 1 – 3 of 3) sorted by relevance
4762 static vec<function *> cfun_stack; variable4772 cfun_stack.safe_push (cfun); in push_cfun()4782 struct function *new_cfun = cfun_stack.pop (); in pop_cfun()4918 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...