Searched refs:ModuleLevelChanges (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 80 bool ModuleLevelChanges, in CloneFunctionInto() argument 102 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto() 162 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto() 224 bool ModuleLevelChanges, in CloneFunction() argument 250 if (ModuleLevelChanges) in CloneFunction() 254 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo); in CloneFunction() 266 bool ModuleLevelChanges; member 279 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix), in PruningFunctionCloner() 359 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneBlock() 486 bool ModuleLevelChanges, in CloneAndPruneIntoFromInst() argument [all …]
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Cloning.h | 130 bool ModuleLevelChanges, 143 ValueToValueMapTy &VMap, bool ModuleLevelChanges, 180 ValueToValueMapTy &VMap, bool ModuleLevelChanges, 199 ValueToValueMapTy &VMap, bool ModuleLevelChanges,
|