Searched refs:ModuleLevelChanges (Results 1 – 2 of 2) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 79 bool ModuleLevelChanges, in CloneFunctionInto() argument 153 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, in CloneFunctionInto() 214 bool ModuleLevelChanges, in CloneFunction() argument 242 if (ModuleLevelChanges) in CloneFunction() 246 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo); in CloneFunction() 259 bool ModuleLevelChanges; member 271 VMap(valueMap), ModuleLevelChanges(moduleLevelChanges), in PruningFunctionCloner() 324 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); in CloneBlock() 421 bool ModuleLevelChanges, in CloneAndPruneFunctionInto() argument 435 PruningFunctionCloner PFC(NewFunc, OldFunc, VMap, ModuleLevelChanges, in CloneAndPruneFunctionInto() [all …]
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | Cloning.h | 117 bool ModuleLevelChanges, 131 bool ModuleLevelChanges, 151 bool ModuleLevelChanges,
|