Searched refs:is_nop (Results 1 – 2 of 2) sorted by relevance
165 if (is_nop(n) && !list_empty(&block->instr_list)) { in legalize_block()168 if (is_nop(last) && (last->repeat < 5)) { in legalize_block()
595 static inline bool is_nop(struct ir3_instruction *instr) in is_nop() function