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

/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h110 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
115 bool ModuleLevelChanges,
124 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
129 bool ModuleLevelChanges,
144 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
149 bool ModuleLevelChanges,
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp79 bool ModuleLevelChanges,
153 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges,
214 bool ModuleLevelChanges,
242 if (ModuleLevelChanges)
246 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
259 bool ModuleLevelChanges; member in struct:__anon26347::PruningFunctionCloner
271 VMap(valueMap), ModuleLevelChanges(moduleLevelChanges),
324 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges);
421 bool ModuleLevelChanges,
435 PruningFunctionCloner PFC(NewFunc, OldFunc, VMap, ModuleLevelChanges,
77 CloneFunctionInto(Function *NewFunc, const Function *OldFunc, ValueToValueMapTy &VMap, bool ModuleLevelChanges, SmallVectorImpl<ReturnInst*> &Returns, const char *NameSuffix, ClonedCodeInfo *CodeInfo, ValueMapTypeRemapper *TypeMapper, ValueMaterializer *Materializer) argument
213 CloneFunction(const Function *F, ValueToValueMapTy &VMap, bool ModuleLevelChanges, ClonedCodeInfo *CodeInfo) argument
419 CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc, ValueToValueMapTy &VMap, bool ModuleLevelChanges, SmallVectorImpl<ReturnInst*> &Returns, const char *NameSuffix, ClonedCodeInfo *CodeInfo, const DataLayout *DL, Instruction *TheCall) argument
[all...]

Completed in 725 milliseconds