Home
last modified time | relevance | path

Searched refs:seq_stack (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDemit-rtl.c2709 for (stack = seq_stack; stack; stack = stack->next) in get_last_insn_anywhere()
3395 struct sequence_stack *stack = seq_stack; in add_insn_after()
3461 struct sequence_stack *stack = seq_stack; in add_insn_before()
3516 struct sequence_stack *stack = seq_stack; in remove_insn()
3538 struct sequence_stack *stack = seq_stack; in remove_insn()
4687 tem->next = seq_stack; in start_sequence()
4691 seq_stack = tem; in start_sequence()
4724 for (stack = seq_stack; stack; stack = stack->next) in push_topmost_sequence()
4739 for (stack = seq_stack; stack; stack = stack->next) in pop_topmost_sequence()
4764 struct sequence_stack *tem = seq_stack; in end_sequence()
[all …]
HDfunction.h110 #define seq_stack (cfun->emit->sequence_stack) macro
HDChangeLog-199911227 through macro seq_stack.