Searched refs:ModuleLevelChanges (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 87 bool ModuleLevelChanges, in CloneFunctionInto() argument 109 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto() 131 assert(!MustCloneSP || ModuleLevelChanges); in CloneFunctionInto() 150 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto() 212 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto() 265 bool ModuleLevelChanges; member 274 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix), in PruningFunctionCloner() 437 bool ModuleLevelChanges, in CloneAndPruneIntoFromInst() argument 454 PruningFunctionCloner PFC(NewFunc, OldFunc, VMap, ModuleLevelChanges, in CloneAndPruneIntoFromInst() 501 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneAndPruneIntoFromInst() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | Cloning.h | 140 ValueToValueMapTy &VMap, bool ModuleLevelChanges, 149 ValueToValueMapTy &VMap, bool ModuleLevelChanges, 166 ValueToValueMapTy &VMap, bool ModuleLevelChanges,
|