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

/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 1267 milliseconds