Lines Matching refs:get_current_sequence
3332 for (seq = get_current_sequence (); seq; seq = seq->next) in get_last_insn_anywhere()
4176 for (seq = get_current_sequence (); seq; seq = seq->next) in add_insn_after_nobb()
4200 for (seq = get_current_sequence (); seq; seq = seq->next) in add_insn_before_nobb()
4317 for (seq = get_current_sequence (); seq; seq = seq->next) in remove_insn()
4340 for (seq = get_current_sequence (); seq; seq = seq->next) in remove_insn()
5509 tem->next = get_current_sequence ()->next; in start_sequence()
5512 get_current_sequence ()->next = tem; in start_sequence()
5594 struct sequence_stack *tem = get_current_sequence ()->next; in end_sequence()
5598 get_current_sequence ()->next = tem->next; in end_sequence()
5610 return get_current_sequence ()->next != 0; in in_sequence_p()
5824 get_current_sequence ()->next = NULL; in init_emit()