Lines Matching refs:uses
238 list_inithead(®->uses);
900 * list_addtail(&phi_src->src.use_link, &src.ssa->uses);
1084 src->is_ssa ? &src->ssa->uses : &src->reg.reg->uses);
1663 list_addtail(&src->use_link, &src->ssa->uses);
1665 list_addtail(&src->use_link, &src->reg.reg->uses);
1715 /* We can only overwrite an SSA destination if it has no uses. */
1742 list_inithead(&def->uses);
1815 /* Replaces all uses of the given SSA def with the given source but only if
1819 * last fixup instruction as after_me and it will replace all of the uses you
1834 /* Since def already dominates all of its uses, the only way a use can
2285 * Save off the uses from instr's SSA def so we know what uses to
2287 * case where the generated replacement code uses the result of instr
2296 list_replace(&old_def->uses, &old_uses);
2297 list_inithead(&old_def->uses);
2324 /* We didn't end up lowering after all. Put the uses back */
2326 list_replace(&old_uses, &old_def->uses);
3199 /* require that dst instruction also uses the same const_index[]: */