Searched refs:writes_pred (Results 1 – 3 of 3) sorted by relevance
175 if (writes_pred(instr)) { in schedule()337 if (writes_pred(instr) && ctx->pred) { in check_instr()
257 if (writes_addr0(instr) || writes_addr1(instr) || writes_pred(instr)) { in ra_block_find_definers()
941 static inline bool writes_pred(struct ir3_instruction *instr) in writes_pred() function