Home
last modified time | relevance | path

Searched refs:ModuleLevelChanges (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp95 bool ModuleLevelChanges = Changes > CloneFunctionChangeType::LocalChangesOnly; in CloneFunctionInto() local
107 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto()
201 ModuleLevelChanges = true; in CloneFunctionInto()
234 const auto RemapFlag = ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges; in CloneFunctionInto()
333 bool ModuleLevelChanges; member
345 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix), in PruningFunctionCloner()
493 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneBlock()
604 bool ModuleLevelChanges, in CloneAndPruneIntoFromInst() argument
621 PruningFunctionCloner PFC(NewFunc, OldFunc, VMap, ModuleLevelChanges, in CloneAndPruneIntoFromInst()
669 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DCloning.h175 ValueToValueMapTy &VMap, bool ModuleLevelChanges,
192 ValueToValueMapTy &VMap, bool ModuleLevelChanges,