Controls how much metadata and module state CloneFunctionInto updates.
Synopsis
Declared in <llvm/Transforms/Utils/Cloning.h>
enum class CloneFunctionChangeType : int;
Members
Name |
Description |
|
Only function‐local remapping; no non‐identity GlobalValue mappings. |
|
Clone referenced metadata as needed within the same module. |
|
Clone into a different module and update that module's |
|
Clone into a different module; caller updates |
Created with MrDocs