HomeSort by relevance Sort by last modified time
    Searched refs:MemCpyInst (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 332 bool processMemCpy(MemCpyInst *M);
336 bool processMemCpyMemCpyDependence(MemCpyInst *M, MemCpyInst *MDep,
494 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst()))
701 bool MemCpyOpt::processMemCpyMemCpyDependence(MemCpyInst *M, MemCpyInst *MDep,
780 bool MemCpyOpt::processMemCpy(MemCpyInst *M) {
824 if (MemCpyInst *MDep = dyn_cast<MemCpyInst>(SrcDepInfo.getInst()))
    [all...]
ScalarReplAggregates.cpp     [all...]
  /external/llvm/include/llvm/
IntrinsicInst.h 14 // if (MemCpyInst *MCI = dyn_cast<MemCpyInst>(Inst))
252 /// MemCpyInst - This class wraps the llvm.memcpy intrinsic.
254 class MemCpyInst : public MemTransferInst {
257 static inline bool classof(const MemCpyInst *) { return true; }
  /external/llvm/lib/Analysis/
Lint.cpp 275 MemCpyInst *MCI = cast<MemCpyInst>(&I);
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 1022 macro(MemCpyInst) \
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 227 milliseconds