Searched refs:is_kill_or_demote (Results 1 – 3 of 3) sorted by relevance
292 if (is_kill_or_demote(instr)) { in schedule()504 if (is_kill_or_demote(instr)) { in check_instr()1132 if (is_kill_or_demote(instr) || is_input(instr)) { in sched_node_add_deps()1203 if (is_kill_or_demote(instr)) in sched_block()
245 if (!is_kill_or_demote(n->instr)) in choose_instr()608 } else if (is_kill_or_demote(instr)) { in sched_dag_init()
827 is_kill_or_demote(struct ir3_instruction *instr) in is_kill_or_demote() function