HomeSort by relevance Sort by last modified time
    Searched full:modulelevelchanges (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 111 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
115 bool ModuleLevelChanges,
124 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
128 ValueToValueMapTy &VMap, bool ModuleLevelChanges,
165 ValueToValueMapTy &VMap, bool ModuleLevelChanges,
180 /// If ModuleLevelChanges is false, VMap contains no non-identity GlobalValue
184 ValueToValueMapTy &VMap, bool ModuleLevelChanges,
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 79 bool ModuleLevelChanges,
153 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges,
215 bool ModuleLevelChanges,
243 if (ModuleLevelChanges)
247 CloneFunctionInto(NewF, F, VMap, ModuleLevelChanges, Returns, "", CodeInfo);
259 bool ModuleLevelChanges;
268 ValueToValueMapTy &valueMap, bool moduleLevelChanges,
272 ModuleLevelChanges(moduleLevelChanges), NameSuffix(nameSuffix),
352 ModuleLevelChanges ? RF_None : RF_NoModuleLevelChanges
    [all...]
CloneModule.cpp 103 CloneFunctionInto(F, I, VMap, /*ModuleLevelChanges=*/true, Returns);
InlineFunction.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
CloneSubModule.cpp 27 CloneFunctionInto(&New, &Orig, VMap, /*ModuleLevelChanges=*/true, Returns);
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 75 /*ModuleLevelChanges=*/false);
  /external/clang/lib/CodeGen/
CGVTables.cpp 143 /*ModuleLevelChanges=*/false);
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp     [all...]

Completed in 2640 milliseconds