ΒΆvoid expandAtomicMemCpyAsLoop(
    llvm::AtomicMemCpyInst* AtomicMemCpy,
    const llvm::TargetTransformInfo& TTI,
    llvm::ScalarEvolution* SE)

Description

Expand \p AtomicMemCpy as a loop. \p AtomicMemCpy is not deleted.

Declared at: llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h:61

Parameters

llvm::AtomicMemCpyInst* AtomicMemCpy
const llvm::TargetTransformInfo& TTI
llvm::ScalarEvolution* SE