Lines Matching defs:after
139 /* Set on a use whenever the SSA value becomes dead after the current
151 * after the instruction. This can happen even after optimizations for
262 /* (sy) flag is set on first instruction, and after sample
563 * recent write. This way, nothing depends on writes after the
671 * that to get to the block after the preamble.
758 * Move 'instr' to just before 'after'
762 struct ir3_instruction *after)
765 list_addtail(&instr->node, &after->node);
769 * Move 'instr' to just after 'before':