Searched refs:MemCpyInst (Results 1 – 6 of 6) sorted by relevance
332 bool processMemCpy(MemCpyInst *M);336 bool processMemCpyMemCpyDependence(MemCpyInst *M, MemCpyInst *MDep,494 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst())) in processStore()701 bool MemCpyOpt::processMemCpyMemCpyDependence(MemCpyInst *M, MemCpyInst *MDep, in processMemCpyMemCpyDependence()780 bool MemCpyOpt::processMemCpy(MemCpyInst *M) { in processMemCpy()812 if (MemCpyInst *MDep = dyn_cast<MemCpyInst>(DepInfo.getInst())) in processMemCpy()875 MemCpyInst *MDep = dyn_cast<MemCpyInst>(DepInfo.getInst()); in processByValArgument()942 else if (MemCpyInst *M = dyn_cast<MemCpyInst>(I)) in iterateOnFunction()
2255 if (isa<MemCpyInst>(MI)) in RewriteMemIntrinUserOfAlloca()
254 class MemCpyInst : public MemTransferInst {257 static inline bool classof(const MemCpyInst *) { return true; } in classof() argument
270 MemCpyInst *MCI = cast<MemCpyInst>(&I); in visitCallSite()
1337 const MemCpyInst &MCI = cast<MemCpyInst>(I); in X86VisitIntrinsicCall()
453 macro(MemCpyInst) \