Lines Matching refs:one
64 struct instruction *one;
67 FOR_EACH_PTR_REVERSE(parent->insns, one) {
69 if (!one->bb)
71 if (one == insn)
73 dominance = dominates(insn, one, local);
75 if (one->opcode == OP_LOAD)
82 } END_FOR_EACH_PTR_REVERSE(one);
93 phisrc = alloc_phisrc(one->target, one->type);
97 phi->ident = phi->ident ? : one->target->ident;
167 /* Yeehaa! Found one! */
196 /* Do the next one */;
218 /* Yeehaa! Found one! */
268 /* Do the next one */;