Home | History | Annotate | Download | only in Scalar

Lines Matching full:ldep

492       MemDepResult ldep = MD->getDependency(LI);
494 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst()))
495 C = dyn_cast<CallInst>(ldep.getInst());