Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp105 bool ModuleLevelChanges = Changes > CloneFunctionChangeType::LocalChangesOnly; in CloneFunctionInto() local
114 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges; in CloneFunctionInto()
225 ModuleLevelChanges = true; in CloneFunctionInto()
258 const auto RemapFlag = ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges; in CloneFunctionInto()
362 bool ModuleLevelChanges; member
374 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix), in PruningFunctionCloner()
667 bool ModuleLevelChanges, in CloneAndPruneIntoFromInst() argument
684 PruningFunctionCloner PFC(NewFunc, OldFunc, VMap, ModuleLevelChanges, in CloneAndPruneIntoFromInst()
741 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
883 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h178 ValueToValueMapTy &VMap, bool ModuleLevelChanges,
195 ValueToValueMapTy &VMap, bool ModuleLevelChanges,