Searched refs:other_src (Results 1 – 1 of 1) sorted by relevance
231 struct ir3_instruction *other_src; in could_sched() local232 foreach_ssa_src(other_src, instr) { in could_sched()234 if ((src != other_src) && !is_scheduled(other_src)) { in could_sched()