Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp161 bool ModuleLevelChanges, in CloneFunctionAttributesInto() argument
171 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges; in CloneFunctionAttributesInto()
295 bool ModuleLevelChanges = Changes > CloneFunctionChangeType::LocalChangesOnly; in CloneFunctionInto() local
297 CloneFunctionAttributesInto(NewFunc, OldFunc, VMap, ModuleLevelChanges, in CloneFunctionInto()
414 bool ModuleLevelChanges; member
426 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix), in PruningFunctionCloner()
583 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneBlock()
709 bool ModuleLevelChanges, in CloneAndPruneIntoFromInst() argument
726 PruningFunctionCloner PFC(NewFunc, OldFunc, VMap, ModuleLevelChanges, in CloneAndPruneIntoFromInst()
783 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h199 ValueToValueMapTy &VMap, bool ModuleLevelChanges,
229 ValueToValueMapTy &VMap, bool ModuleLevelChanges,
246 bool ModuleLevelChanges, SmallVectorImpl<ReturnInst *> &Returns,