Searched refs:is_kill_or_demote (Results 1 – 3 of 3) sorted by relevance
286 if (is_kill_or_demote(instr)) { in schedule()465 if (is_kill_or_demote(instr)) { in check_instr()1074 if (is_kill_or_demote(instr) || is_input(instr)) { in sched_node_add_deps()1144 if (is_kill_or_demote(instr)) in sched_block()
224 if (!is_kill_or_demote(n->instr)) in choose_instr()601 } else if (is_kill_or_demote(instr)) { in sched_dag_init()
767 is_kill_or_demote(struct ir3_instruction *instr) in is_kill_or_demote() function