Lines Matching defs:V
81 Value *&V = Loads[PN->getIncomingBlock(i)];
82 if (!V) {
84 V = new LoadInst(I.getType(), Slot, I.getName() + ".reload",
87 Loads[PN->getIncomingBlock(i)] = V;
89 PN->setIncomingValue(i, V);
94 Value *V = new LoadInst(I.getType(), Slot, I.getName() + ".reload",
96 U->replaceUsesOfWith(&I, V);
176 Value *V =
178 User->replaceUsesOfWith(P, V);
181 Value *V =
183 P->replaceAllUsesWith(V);