Home | History | Annotate | Download | only in Scalar

Lines Matching defs:repl

1294   // where we have a value available in repl, also keep track of whether we see
2116 Value *repl = findLeader(I->getParent(), Num);
2117 if (repl == 0) {
2124 I->replaceAllUsesWith(repl);
2125 if (MD && repl->getType()->isPointerTy())
2126 MD->invalidateCachedPointerInfo(repl);