Searched refs:writes_pred (Results 1 – 3 of 3) sorted by relevance
100 if (writes_pred(instr)) { in schedule()110 if (writes_addr(instr) || writes_pred(instr) || is_input(instr)) { in schedule()282 if (writes_pred(instr) && ctx->pred) { in check_instr()
743 static inline bool writes_pred(struct ir3_instruction *instr) in writes_pred() function
545 if (writes_addr(instr) || writes_pred(instr)) { in ra_block_find_definers()