Searched defs:ModuleLevelChanges (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 78 bool ModuleLevelChanges, 150 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges, 163 bool ModuleLevelChanges, 192 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo); 205 bool ModuleLevelChanges; member in struct:__anon22637::PruningFunctionCloner 217 VMap(valueMap), ModuleLevelChanges(moduleLevelChanges), 270 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges); 367 bool ModuleLevelChanges, 381 PruningFunctionCloner PFC(NewFunc, OldFunc, VMap, ModuleLevelChanges, 419 ModuleLevelChanges 76 CloneFunctionInto(Function *NewFunc, const Function *OldFunc, ValueToValueMapTy &VMap, bool ModuleLevelChanges, SmallVectorImpl<ReturnInst*> &Returns, const char *NameSuffix, ClonedCodeInfo *CodeInfo, ValueMapTypeRemapper *TypeMapper, ValueMaterializer *Materializer) argument 162 CloneFunction(const Function *F, ValueToValueMapTy &VMap, bool ModuleLevelChanges, ClonedCodeInfo *CodeInfo) argument 365 CloneAndPruneFunctionInto(Function *NewFunc, const Function *OldFunc, ValueToValueMapTy &VMap, bool ModuleLevelChanges, SmallVectorImpl<ReturnInst*> &Returns, const char *NameSuffix, ClonedCodeInfo *CodeInfo, const DataLayout *TD, Instruction *TheCall) argument [all...] |
Completed in 1416 milliseconds