ΒΆvoid copyMetadataForLoad(
    llvm::LoadInst& Dest,
    const llvm::LoadInst& Source)
void copyMetadataForLoad(
    llvm::LoadInst& Dest,
    const llvm::LoadInst& Source)Description
Copy the metadata from the source instruction to the destination (the replacement for the source instruction).
Declared at: llvm/include/llvm/Transforms/Utils/Local.h:441
Parameters
- llvm::LoadInst& Dest
- const llvm::LoadInst& Source